0% found this document useful (0 votes)
42 views

Pizza Sales Analysis Using MySQL

Uploaded by

Subho Cr7
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views

Pizza Sales Analysis Using MySQL

Uploaded by

Subho Cr7
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

Using- MySQL

Created by -Mainak Mukherjee


Hello!
My name is Mainak Mukherjee, and I'm excited to share with you some
insights from my recent Pizza Sales analytics project.

Using MySQL, I delved into the data, meticulously examining every


detail.
My goal?
1. To uncover valuable insights into sales trends.
2. Analyze Customers behavior.
3. Diving deep into overall business performance within the pizza
food industry.
It was an exhilarating journey, sifting through data and extracting
meaningful conclusions. From understanding what drives sales to
predicting customer preferences, every analysis brought new
discoveries.
Questions:-
1. Retrieve the total number of orders placed.
2. Calculate the total revenue generated from pizza sales.
3. Identify the highest-priced pizza.
4. Identify the most common pizza size ordered.
5. List the top 5 most ordered pizza types along with their quantities.
6. Join the necessary tables to find the total quantity of each pizza category ordered.
7. Determine the distribution of orders by hour of the day.
8. Join relevant tables to find the category-wise distribution of pizzas.
9. Group the orders by date and calculate the average number of pizzas ordered per day.
10. Determine the top 3 most ordered pizza types based on revenue.
11. Calculate the percentage contribution of each pizza type to total revenue.
12. Determine the top 3 most ordered pizza types based on revenue for each pizza category.
-- Retrieve the total number of orders placed.

Query:-

Result:-
-- Calculate the total revenue generated from pizza sales.

Query:-

Result:-
-- Identify the highest-priced pizza.

Query:-

Result:-
-- Identify the most common pizza size ordered.

Query:-

Result:-
-- List the top 5 most ordered pizza types along with their
quantities.
Query:-

Result:-
-- Join the necessary tables to find the total quantity of each
pizza category ordered.

Query:-

Result:-
-- Determine the distribution of orders by hour of the day.

Query:-

Result:-
-- Join relevant tables to find the category-wise distribution of
pizzas.
Query:-

Result:-
-- Group the orders by date and calculate the average number of
pizzas ordered per day.
Query:-

Result:-
-- Determine the top 3 most ordered pizza types based on
revenue.
Query:-

Result:-
-- Calculate the percentage contribution of each pizza type to
total revenue.
Query:-

Result:-
-- Determine the top 3 most ordered pizza types based on
revenue for each pizza category.
Query:- Result:-
Thank You

You might also like