Skip to content

SauravTiwari1T/Store-data-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Store-data-Analysis

Objective

Store wants to create an annual sales report for 2022 to understand their customer and grow sales in 2023.

Q.Retrieve the total number of orders placed.

select count(order_id) as total_count from orders.

total number of order placed 21350. image

Calculate the total revenue generated from pizza sales.

image

image

Identify the highest-priced pizza.

image image

Identify the most common pizza size ordered.

image

List the top 5 most ordered pizza types along with their quantities.

image

image

Determine the distribution of orders by hour of the day.

image

image

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

image

image

Group the orders by date and calculate the average number of pizzas ordered per day.

image

image

Determine the top 5 most ordered pizza types based on revenue.

image

image

Calculate the percentage contribution of each pizza type to total revenue.

image

image

Analyze the cumulative revenue generated over time.

image

image

Determine the top 3 most ordered pizza types based on revenue for each pizza category.

image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors