https://github.com/poripouria/online-shop-database
Design Database (DB) for an online shop
https://github.com/poripouria/online-shop-database
database python sql-server
Last synced: 7 months ago
JSON representation
Design Database (DB) for an online shop
- Host: GitHub
- URL: https://github.com/poripouria/online-shop-database
- Owner: poripouria
- Created: 2024-06-29T14:33:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-29T14:51:29.000Z (over 1 year ago)
- Last Synced: 2024-06-29T15:46:46.486Z (over 1 year ago)
- Topics: database, python, sql-server
- Language: Python
- Homepage:
- Size: 4.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online-Shop-Database
Design Database (DB) for an online shop
The project for the University Database course included 3 phases:
1. Designing Entity Relation Diagram (ERD)
2. Normalize our ERD to 3rd normal form (3NF)
3. Implement it in SQL (I used SQL Server)
4. Have some queries on DB