Skip to content

sshankt/Pizza_Sales_SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ• Pizza Sales Data Analysis

Overview

This project involves analyzing pizza sales data using SQL to answer key business questions and derive actionable insights. The analysis spans basic, intermediate, and advanced queries, utilizing techniques like JOINS, GROUP BY, ORDER BY, LIMIT, and window functions.


πŸ“Š Key Insights Derived

  1. Total Orders: Retrieved the total number of orders placed.
  2. Revenue Analysis: Calculated the total revenue generated from pizza sales.
  3. Highest-Priced Pizza: Identified the most expensive pizza on the menu.
  4. Most Common Pizza Size: Discovered the most frequently ordered pizza size.
  5. Pizza Categories: Find the total quantity of pizzas ordered in each category.
  6. Top 3 Pizza Types: Ranked the top 3 most ordered pizzas by revenue.
  7. Daily Trends: Grouped orders by date to calculate the average daily pizzas.
  8. Category Revenue Analysis: Identified the top 3 most ordered pizzas by revenue for each category.
  9. Cumulative Revenue: Analyzed the cumulative revenue generated over time.

πŸš€ SQL Techniques Used

  • Joins: To combine data across multiple tables.
  • SELECT: To retrieve relevant columns and calculations.
  • GROUP BY: To aggregate data for analysis.
  • ORDER BY: To sort data based on specific criteria.
  • LIMIT: To restrict the number of results.
  • Window Functions: To perform advanced analytical computations.

πŸ’ƒ Project Structure

  • /queries/: Contains all SQL queries used for analysis.
  • /data/: Sample pizza sales data files (if applicable).
  • /insights/: Summary of findings in text or visual form.

πŸ”Ž Key Objectives

  1. Enhance SQL skills by solving real-world business questions.
  2. Utilize advanced techniques like window functions for in-depth analysis.
  3. Provide actionable insights to support decision-making in the pizza business.

πŸ› οΈ How to saw SQL Pizza PPT

click This link

πŸ‘©β€πŸ’» About Me

Hi, I’m Shashank Tiwari. I’m passionate about analyzing data to uncover insights and drive business decisions. This project reflects my ability to handle real-world datasets using SQL effectively.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published