SQL Case Study 1 - Tiny Shop Sales
SQL Case Study 1 - Tiny Shop Sales
SEPTEMBER 24
1
Introduction
Welcome to a fascinating SQL case study where we dive into the world of
customer orders analysis. In this study, we explore a dataset generously
provided by Data In Motion, a trusted source for cutting-edge data
resources and insights.
There are 10 questions to be answered which would require exposure to the below-mentioned
topics:
❖ Basic aggregations
❖ CASE WHEN statements
❖ Window Functions
❖ Joins
❖ Date time functions
❖ CTEs
2
3
4
5
6
7
Insights
• Product With highest Price is : Product M.
• John Doe, Bob Johnson & Jane Smith made the most orders and Customers
with most Distinct (unique) Orders.
• 16th May 2023, Tuesday is the day when highest revenue generated.
• Product D, E, G, H, I, K, L are least Purchased products.
• Ivy Jones & Sophia Thomas has ordered highest Priced Product.