Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 545 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 545 Bytes

goit-rdb-hw-02

You will master the practical aspects of implementing database normalization concepts and entity-relationship (ER) modeling. These skills are crucial for any developer and play a key role in creating efficient and well-structured information management systems.

You will need to:

- translate the table to a state that meets the requirements of the first, second, and third normal forms;

- create an ER diagram that reflects the relationships between entities;

- create tables in the database based on the ER diagram.