Design Phases Flashcards
1
Q
Analysis (Conceptual)
A
specifies database requirements without regard to a specific database system
2
Q
Logical Design
A
is where we take the requirements identified earlier and start organizing them into a structured, detailed plan for the database.
3
Q
Physical Design
A
is where we take the detailed plan from the logical design phase and decide how to actually build it in a specific database system.
4
Q
Data independence
A
means that you can change the way data is stored or organized in a database without affecting how people use it or int