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.
Use SQL queries to extract and analyze data from a database and learn to manipulate structured data.
- MySQL (Workbench or Command Line)
- Dataset: Ecommerce_SQL_Database
- Categories
- Products
- Customers
- Orders
- Payments
- SELECT, WHERE, ORDER BY
- GROUP BY & HAVING
- JOINS (INNER, LEFT, RIGHT)
- Subqueries
- Aggregate functions (SUM, AVG)
- Views for analysis
- Index optimization
- Identify top-performing categories and products
- Find customers with high spending
- Analyze sales by payment mode and country
- Create reusable analytical views
Ecommerce_Data_Analysis.sqlβ All SQL queries- Output screenshots (to be added after execution)
Learned how to manipulate and query structured data using SQL for data-driven insights.