Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 631 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 631 Bytes

Pizza Restaurant Database Design

Proposed database system is developed through four phases:

1) Requirement Analysis

Analysing and documenting requirements based on the data requirements, transaction requirements and business rules.

2) Conceptual Database Design

Drawing an EER model based on the identified requirements.

3) Logical Database Design

Mapping the EER model to the relational model and normalize the relational schema.

4) Physical Database Design

Inputting the final normalize relational schema into SQL.