Translates logical database design into technical specifications for storing and retrieving data, ensuring database integrity, security, and recoverability
Requires knowledge of the specific DBMS that will be used to implement the database (in this case, MySQL)
Comparing Physical and Logical Schemas, the Physical level includes all the features listed, while the Logical level includes Primary Keys, Foreign Keys, and Naming Constraints
Data describing the structure of the data in the database, including number of records, data types, size, description, default values, and rules of use
The data dictionary template for QUB contains important parameters such as Table Name, Database Name, Composite Fields, Foreign Keys, General Description, Primary Key specification, Field Names, Uniqueness, Description, and Typical Data