Skip to content

TapatiNova404/pizza-data-analysis-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ• Pizza Data Analysis (SQL)

πŸ“Œ Project Overview

This project analyzes pizza sales data using SQL to find business insights like revenue, top-selling pizzas, and order patterns.

πŸ“Š Datasets Used

  • orders.csv
  • order_details.csv
  • pizzas.csv
  • pizza_types.csv

πŸ› οΈ Tools Used

  • MySQL Workbench
  • SQL
  • GitHub

πŸ“ˆ Analysis Performed

  • Total revenue calculation
  • Top-selling pizzas
  • Revenue by pizza size
  • Peak order hours
  • Category-wise sales analysis

πŸ“ Folder Structure

  • data/ β†’ CSV datasets
  • sql/ β†’ Table creation & data loading scripts
  • analysis_queries/ β†’ Business SQL queries
  • screenshots/ β†’ Output images

πŸš€ How to Run

  1. Create database in MySQL
  2. Run SQL/create_tables.sql
  3. Run SQL/insert_data.sql
  4. Execute analysis_queries files

πŸš€ Conclusion

This project helped me practice SQL concepts like JOIN, GROUP BY, HAVING, and window functions.

πŸ‘©β€πŸ’» Author

Tapati Paul

About

SQL-based Pizza Sales Data Analysis project using MySQL to analyze revenue trends, customer ordering patterns, top-selling pizzas, and business performance insights from a real-world dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors