A practical MySQL project focused on customer and order analysis using a retail dataset.
This assignment contains 12 SQL questions designed to practice real-world data analysis and business problem-solving using MySQL.
- SELECT & WHERE
- ORDER BY
- LIMIT & OFFSET
- Filtering with AND / OR
- Date Functions
- DATEDIFF()
- DATE_ADD()
- INNER JOIN
- LEFT JOIN
- SELF JOIN
- GROUP BY
- Aggregate Functions
- CASE WHEN
- Subqueries
- CustomerID
- CustomerName
- City
- JoinDate
- OrderID
- CustomerID
- OrderDate
- OrderAmount
- Status
The objective of this project is to strengthen SQL querying skills and apply SQL concepts to practical retail business problems.
MySQL Workbench
Deepak Singh