0% found this document useful (0 votes)
18 views8 pages

SQL Case Study 1 - Tiny Shop Sales

This document introduces an SQL case study analyzing customer order data provided by Data In Motion. The case study contains 10 questions to analyze the data using SQL topics like aggregations, window functions, joins, and date functions. Key insights from the analysis find that Product M has the highest price, John Doe, Bob Johnson, and Jane Smith made the most orders, the highest revenue was generated on May 16th, and Ivy Jones and Sophia Thomas ordered the most expensive products.

Uploaded by

sajad b
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views8 pages

SQL Case Study 1 - Tiny Shop Sales

This document introduces an SQL case study analyzing customer order data provided by Data In Motion. The case study contains 10 questions to analyze the data using SQL topics like aggregations, window functions, joins, and date functions. Key insights from the analysis find that Product M has the highest price, John Doe, Bob Johnson, and Jane Smith made the most orders, the highest revenue was generated on May 16th, and Ivy Jones and Sophia Thomas ordered the most expensive products.

Uploaded by

sajad b
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

SQL Case Study 1:

Tiny Shop Sales

SEPTEMBER 24

Data Given By: Data In Motion


Authored by: Naimesh Vaghela

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.

📊 Data Source: Data In Motion


Link For Data: https://d-i-motion.com/lessons/customer-orders-
analysis/

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.

Thank You for Exploring SQL Case


Study and a Shoutout to Data In Motion!
Dear Readers and Data In Motion,
I wanted to extend my sincere appreciation to all of you who took the time
to explore the SQL case study. Your engagement and support mean the
world to me.
To our readers: Your interest in our case study and your dedication to
continuous learning in the field of SQL are truly commendable. I hope the
insights shared have sparked new ideas and perspectives that you can apply
in your own data analysis endeavors.
To Data In Motion: A heartfelt thank you for creating the case study
challenge that inspired us to embark on this data-driven journey. Your
commitment to providing valuable data resources and challenges is a
driving force for the learning community, and we are honored to
participate.
Warm regards,
Naimesh Vaghela

You might also like