Database Design Project
VerifiedAdded on  2019/09/26
|5
|749
|393
Practical Assignment
AI Summary
This assignment presents a practical exercise in database design. It starts by defining business rules for a scenario involving employees, projects, and job classifications. Then, it outlines the entities and their attributes, followed by an Entity-Relationship Diagram (ERD). A data dictionary is provided, detailing table structures, data types, and constraints. The solution further explains functional dependencies and normalization, demonstrating the process of achieving 3NF. Finally, it includes SQL DDL (Data Definition Language) statements to create tables with constraints and DML (Data Manipulation Language) statements for inserting and deleting data. The assignment comprehensively covers database design principles and their implementation using SQL.
1 out of 5