Final answer:
In the transition from conceptual to logical design in database modeling, an entity becomes a table in the logical phase.
Step-by-step explanation:
An entity in the conceptual design becomes a table in the logical design. The conceptual design focuses on identifying the entities and their relationships as seen in real-world scenarios.
When transitioning to the logical design, we think in terms of database structures that can be implemented in a database management system.
In this phase, entities are converted to tables, attributes of entities become columns within those tables, and the relationships between entities are managed by using keys (primary keys and foreign keys) to ensure referential integrity within the database.
In database design, a table represents a collection of related data organized into rows and columns. Each row in a table represents a unique entity instance, and each column represents an attribute of that entity.
Therefore, the correct answar is 1) Table