This project analyzes pizza sales data using SQL to find business insights like revenue, top-selling pizzas, and order patterns.
- orders.csv
- order_details.csv
- pizzas.csv
- pizza_types.csv
- MySQL Workbench
- SQL
- GitHub
- Total revenue calculation
- Top-selling pizzas
- Revenue by pizza size
- Peak order hours
- Category-wise sales analysis
- data/ β CSV datasets
- sql/ β Table creation & data loading scripts
- analysis_queries/ β Business SQL queries
- screenshots/ β Output images
- Create database in MySQL
- Run SQL/create_tables.sql
- Run SQL/insert_data.sql
- Execute analysis_queries files
This project helped me practice SQL concepts like JOIN, GROUP BY, HAVING, and window functions.
Tapati Paul