Skip to content

SQL project analyzing Ecommerce data including categories, products, customers, orders, and payments to extract key business insights.

Notifications You must be signed in to change notification settings

jhammansinghjanghel293-coder/Ecommerce-SQL-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›’ SQL for Data Analysis

πŸ“˜ Project Overview

This project demonstrates how to use SQL for data analysis on an Ecommerce database.
It includes SQL queries to extract, join, and analyze data using MySQL.

🎯 Objective

Use SQL queries to extract and analyze data from a database and learn to manipulate structured data.

🧰 Tools Used

  • MySQL (Workbench or Command Line)
  • Dataset: Ecommerce_SQL_Database

πŸ“‚ Tables Included

  • Categories
  • Products
  • Customers
  • Orders
  • Payments

🧩 Concepts Covered

  1. SELECT, WHERE, ORDER BY
  2. GROUP BY & HAVING
  3. JOINS (INNER, LEFT, RIGHT)
  4. Subqueries
  5. Aggregate functions (SUM, AVG)
  6. Views for analysis
  7. Index optimization

πŸ“Š Key Insights from Queries

  • Identify top-performing categories and products
  • Find customers with high spending
  • Analyze sales by payment mode and country
  • Create reusable analytical views

πŸš€ Deliverables

  • Ecommerce_Data_Analysis.sql β€” All SQL queries
  • Output screenshots (to be added after execution)

🏁 Outcome

Learned how to manipulate and query structured data using SQL for data-driven insights.

About

SQL project analyzing Ecommerce data including categories, products, customers, orders, and payments to extract key business insights.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published