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

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

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