0% found this document useful (0 votes)
168 views19 pages

Pizza's SQL Project

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)
168 views19 pages

Pizza's SQL Project

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/ 19

Pizza Project

Hello! My name is Shubhangi Dhale

In this project I have utilized SQL queries to solves questions related to


the pizza’s sales!
Database Schema

D
Basic Sql Queries
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.
Intermediate
1.Join the necessary tables to find the total quantity of each
pizza category ordered.
2. Determine the distribution of orders by hour of the
day.
3.Join relevant tables to find the category-wise
distribution of pizzas.
4.Group the orders by date and calculate the average
number of pizzas ordered per day.
5.Determine the top 3 most ordered pizza types based on
revenue.
Advanced
1.Calculate the percentage contribution of each pizza type to total
revenue.
2.Analyze the cumulative revenue generated over time.
3.Determine the top 3 most ordered pizza types based on revenue
for each pizza category.

You might also like