The Pizza Sales dataset contains transactional data from a pizza restaurant, capturing details about orders, pizzas, and sales performance. It is structured across four related tables:
- Orders: Contains order-level information such as order ID, date, and time of purchase.
- Order Details: Provides item-level details for each order, including pizza IDs and quantities ordered.
- Pizzas: Includes information about pizza sizes and prices.
- Pizza Types: Describes each pizza category, including name, category, and ingredients.
The dataset enables analysis of sales trends, customer ordering behavior, popular pizza types, and revenue generation. By combining these tables, I can perform detailed exploratory data analysis and build insights into business performance.