Final answer:
The blank in the given question is Conceptual.
Step-by-step explanation:
The blank in the given question is Conceptual.
Logical and Conceptual database design is typically performed in parallel with other systems design steps. The conceptual database design involves creating a high-level, abstract representation of the database schema. This includes identifying the entities, attributes, and relationships between them. It helps in understanding the overall structure and requirements of the database.
Once the conceptual design is complete, it is transformed into a physical database design, which involves translating the high-level schema into a specific database management system (DBMS) format. This includes specifying data types, implementing indexes, and defining constraints.