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

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.

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)