Pizza Sales Analysis Using MySQL
Pizza Sales Analysis Using MySQL
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