125k views
2 votes
After you identify and subdivide all of the data elements for a database, you should group them by the entities with which they’re associated. The entities will become the tables of the database, and the elements will become the:____________.

1 Answer

1 vote

Answer:

Column

Step-by-step explanation:

A column is to a table what an attribute is to an entity. Invariably, when a business model is converted into a database model, entities become tables and attributes become columns. A column shows one related part of a table and is the smallest logical structure of storage in a database.

User Jimeh
by
5.9k points