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:____________.

Respuesta :

Answer:

Column

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.