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
- Host: GitHub
- URL: https://github.com/lesiaukr/goit-rdb-hw-02
- Owner: LesiaUKR
- Created: 2024-03-22T16:49:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-22T17:59:39.000Z (over 1 year ago)
- Last Synced: 2025-03-24T18:31:57.371Z (8 months ago)
- Topics: eer-diagram, first-normal-form, foreign-keys, goit-rdb-hw-02, mysql, primary-key, relational-databases, second-normal-form, sql, third-normal-form
- Homepage:
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.