Skip to content

Parth22-GenAI/SQL-Online-Retail-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›’ SQL Project: Online Retail Store

This mini project simulates a simple Online Retail Store database using SQL. It demonstrates the practical usage of core SQL concepts including table creation, joins, aggregation, subqueries, and data manipulation.

🧠 What I Learned

Although I don't hold an official certification in SQL yet, I’ve been self-learning and applying my skills by building hands-on projects like this one. This project was created to strengthen my understanding of:

  • Database schema design
  • Writing complex SELECT queries
  • Performing JOINs across multiple tables
  • Using aggregate functions (SUM, COUNT, etc.)
  • Updating and deleting records
  • Using subqueries and filtering results

πŸ“ Files

  • online_retail_store.sql – Contains all SQL operations

πŸ“Š Tables in the Project

  • Customers
  • Products
  • Orders
  • OrderDetails

βœ… Queries Performed

  • Basic SELECT statements
  • INNER JOIN across multiple tables
  • GROUP BY with aggregation
  • Subqueries to find specific customer behaviors
  • UPDATE and DELETE operations

This project reflects my understanding and application of SQL in a realistic database structure.

If you want to test the SQL file, you can run it in MySQL, PostgreSQL, SQLite, or even in online SQL editors like sqlfiddle.com or sqliteonline.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors