https://github.com/ugurmericranda/ecommerce-sql-database
SQL database project for an e-commerce platform with tables, keys, and sample data.
https://github.com/ugurmericranda/ecommerce-sql-database
data-modeling database ecommerce mysql sql
Last synced: about 2 months ago
JSON representation
SQL database project for an e-commerce platform with tables, keys, and sample data.
- Host: GitHub
- URL: https://github.com/ugurmericranda/ecommerce-sql-database
- Owner: ugurmericranda
- Created: 2025-04-19T00:25:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-19T00:27:19.000Z (about 1 year ago)
- Last Synced: 2025-07-01T05:04:59.042Z (12 months ago)
- Topics: data-modeling, database, ecommerce, mysql, sql
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🛒 E-commerce SQL Database Project
This project is a basic SQL database design for an e-commerce platform. It was developed as part of a course assignment using standard SQL.
## 📁 File
- `ecommerce_final_project.sql`: Contains SQL statements for creating tables and populating them with sample data.
## 📌 Features
- Multiple tables with proper primary and foreign key constraints
- E-commerce specific entities like customers, orders, products, categories, etc.
- Sample insert and select queries
- Focus on relational database design
## 🛠️ Technologies
- SQL (MySQL syntax)
- ER modeling concepts
- Relational database principles
## 🚀 How to Use
1. Open MySQL Workbench or any SQL IDE.
2. Run the script in `ecommerce_final_project.sql`.
3. Explore and test the tables and relationships.
## 📫 Contact
Created by [Ugur Randa](https://github.com/ugurmericranda)