Skip to content

debashisdash1999/sql_restaurant_order_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SQL Restaurant Order Analysis

A SQL project exploring a restaurant's menu and order history to find what's popular, what drives revenue, and what big spenders are actually ordering.

Built around two tables:

  • menu_items — dish names, categories, and prices
  • order_details — order IDs, dates, and items purchased

What I Did

  • Explored the menu to understand pricing across categories
  • Found the most and least expensive dishes overall and within Italian
  • Calculated average price per category
  • Analyzed order volumes and identified the most and least ordered items
  • Tracked down the top 5 highest-spending orders
  • Used JOINs to combine order and menu data for deeper analysis
  • Broke down high-spending orders by category to spot ordering patterns

About

An SQL project where I dig into restaurant menu & order data to find popular dishes, price trends, and spending patterns.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors