Analyze sales performance using SQL queries.
- SELECT
- WHERE
- GROUP BY
- ORDER BY
- JOIN
- Aggregate Functions
- Subqueries
schema.sql-> table structurecustomers.csv,products.csv,orders.csv-> sample datasetsqueries.sql-> analysis queries
- What is total sales?
- Which region performs best?
- Who are the top customers?
- Which category sells the most?
- What is the monthly sales trend?
Built a SQL sales analysis project using joins, aggregations, and subqueries to identify top-performing regions, customers, and product categories.