An open API service indexing awesome lists of open source software.

https://github.com/lesiaukr/goit-rdb-hw-02

Master's degree. Relational databases: Concepts & Techniques
https://github.com/lesiaukr/goit-rdb-hw-02

eer-diagram first-normal-form foreign-keys goit-rdb-hw-02 mysql primary-key relational-databases second-normal-form sql third-normal-form

Last synced: 4 months ago
JSON representation

Master's degree. Relational databases: Concepts & Techniques

Awesome Lists containing this project

README

          

# 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.