Skip to content

Analyze a restaurant's new menu performance using MySQL. Explore `menu_items` and `order_details` tables to identify popular items, customer preferences, and revenue insights. Includes SQL queries, database schema, and sample data.

Notifications You must be signed in to change notification settings

Subash-d/Shiv-restaurant

Repository files navigation

Shiv-restaurant

Restaurant Menu Analysis Project

This project analyzes the performance of a restaurant's new menu introduced at the start of the year. The goal is to identify which menu items are performing well, which are not, and understand customer preferences. The analysis is done using MySQL with two primary tables: menu_items and order_details.


πŸ“Š Project Overview

The cafΓ© recently introduced a new menu and collected data on customer orders. This project aims to:

  1. Explore the menu_items table to understand the new menu.
  2. Analyze the order_details table to understand customer orders.
  3. Combine insights from both tables to evaluate customer reactions to the new menu.

🎯 Objectives

  1. Explore the menu_items Table: Understand the structure and content of the new menu.
  2. Explore the order_details Table: Analyze the data collected from customer orders.
  3. Combine Both Tables: Evaluate how customers are reacting to the new menu by identifying popular and underperforming items.

πŸ“‚ Files in the Project

The project consists of five files, each serving a specific purpose:

  1. explore_menu_items.sql: Queries to explore the menu_items table.
  2. explore_order_details.sql: Queries to explore the order_details table.
  3. analyze_customer_reaction.sql: Queries combining both tables to analyze customer reactions.
  4. restaurant_db_data_dictionary.xlsx: An Excel file containing details about the tables and columns in the database.
  5. create_restaurant_db: SQL file containing INSERT statements to populate the menu_items and order_details tables with sample data.

About

Analyze a restaurant's new menu performance using MySQL. Explore `menu_items` and `order_details` tables to identify popular items, customer preferences, and revenue insights. Includes SQL queries, database schema, and sample data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published