What are all the stages in the Database Development Life Cycle (DDLC)?
What is the focus of data-driven design in database development?
Phases of Database Design
Goal of conceptual design phase
Create a high-level schema independent of DBMS
E/R Diagram
Logical Design Phase
Translates conceptual schema to logical model according to DBMS chosen (Ex. Relational)
Physical Design Phase
Define data storage and access structure specific to DBMS
Ex: Tablespaces, indexes
Key activities involved in Requirements Gathering and Analysis?
*The thing that we should do before we move into database design phases
4 Focuses in Database Requirements Gathering
How does indexing improve database performance?
Enhancing query efficiency and ensuring data integrity
What does application design create in relation to databases?
Software modules and user interfaces to interact with the database