This project contains the files and scripts for an online shop database. The project includes table definitions, sample queries, and scripts to generate fake data.
- Code/: Contains the scripts for generating data and creating the database.
Faker.py
: Generates fake data using the Faker library.OnlineShop.sql
: SQL script to create the tables.Queries.py
: Contains 10 sample queries.
- ER/: Contains the ER diagram of the database.
ER_Diagram.png
: PNG file of the ER diagram.
- Generated_Data/: Contains the generated data.
Data.sql
: SQL script with the generated data.
- Clone the Repository:
git clone https://github.com/yourusername/OnlineShopDatabaseProject.git cd OnlineShopDatabaseProject