Define the purpose of the physical database… What aspects do the DDL and DML implement?
The PD is the realisation of the designed database. The DDL designs the schemas, the DML implements the application programs and populates the data.
What is meant by Physical Database Design?
The PDD is the translation of the logical model into a description of a physical model. This should include type,
structures, relationships, DBMS, constraints, security mechanisms etc.
What are the pre-requesites for the PDD?
Logical model that can be translated. Must be in 3NF.
A chosen DBMS.
Completed transactional analysis (frequent, costly, distribution, critical etc).
What are the 6 fundamental parts of the Physical Database Design?
Define each of the subcomponents of the ‘Translate Logical Model’ stage…
Define each of the subcomponents of the ‘File Organisations and Indexes’ stage…
Explain how the 3 storage structures of a database interact.
Define the reasons to add data redundancy…