This project demonstrates advanced SQL skills including:
- DDL & DML operations
- Joins (Inner, Left, Self)
- Aggregations
- Window functions
- Data cleaning
- Performance optimization
- Business reporting queries
- SQL Server / PostgreSQL / MySQL
- GitHub for version control
Retail sales dataset containing:
- Customers
- Products
- Orders
- Order Items
- GROUP BY & HAVING
- Window functions (RANK, DENSE_RANK, ROW_NUMBER, SUM OVER)
- CTEs
- Subqueries
- Index creation
- Data validation & cleaning
- Top selling products
- Revenue trends
- Customer segmentation
- Monthly growth
- Running totals
- Customer lifetime value