In which phase of database design do you identify entities, attribute domains, and relationships?
In which phase of database design do you identify entities, attribute domains, and relationships?
The phase of database design where you identify entities, attribute domains, and relationships is the Conceptual phase. During this phase, the focus is on defining what the system contains. It involves creating a conceptual schema that outlines the structure of the data, independent of how it will be physically implemented. This includes identifying the entities, their attributes, and the relationships between the entities.
D. Conceptual