Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elopez2657/sql_proyect_2_sales_report_ms_sql
Pizzeria Report
https://github.com/elopez2657/sql_proyect_2_sales_report_ms_sql
ms-sql-server powerbi
Last synced: 3 days ago
JSON representation
Pizzeria Report
- Host: GitHub
- URL: https://github.com/elopez2657/sql_proyect_2_sales_report_ms_sql
- Owner: ELopez2657
- Created: 2023-10-04T20:22:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-14T04:35:07.000Z (8 months ago)
- Last Synced: 2024-11-17T20:06:40.185Z (3 days ago)
- Topics: ms-sql-server, powerbi
- Homepage:
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![image](https://github.com/ELopez2657/SQL_proyect_2_Pizza_Sales/assets/146747798/f98adaf9-0007-4e4a-87b3-8087613ad14a)
This analysis is all about checking out how this Pizza Shop is doing with sales using MS SQL Server. The goal is to figure out what's up with pizza sales, revenue, order trends, and which pizzas everyone's loving. We're talking total revenue, average revenue per order, how many pizzas have been sold, and what's been happening day by day and month by month with orders. And hey, we'll also dive into which pizza categories, types, and sizes are pulling in the dough. Plus, we'll find out which pizzas are crushing it and which ones could use a little boost
### Relationship Diagram
![image](https://github.com/ELopez2657/SQL_proyect_2_Sales_Report/assets/146747798/dc4c511a-7d9d-4130-ba78-025ae1684158)
### Results
1. What is the total revenue generated from pizza sales?
![image](https://github.com/ELopez2657/SQL_proyect_2_Sales_Report/assets/146747798/96629bf9-17d2-4a97-9de9-7f4a794256f0)
2. What is the average revenue per order?
![image](https://github.com/ELopez2657/SQL_proyect_2_Sales_Report/assets/146747798/4cd78c15-4fd7-46ca-b7ca-6aa1b0fd5c8d)
3. How many pizzas were sold in total?
![image](https://github.com/ELopez2657/SQL_proyect_2_Sales_Report/assets/146747798/3174a44e-7f24-422a-9b7b-59a509af1d59)
4. What is the total number of orders?
![image](https://github.com/ELopez2657/SQL_proyect_2_Sales_Report/assets/146747798/34216d81-8436-41c1-a2a4-480f8f105ea8)
5. What is the average number of pizzas per order?
![image](https://github.com/ELopez2657/SQL_proyect_2_Sales_Report/assets/146747798/d97b425a-eafd-479e-b00f-3eba17e19087)
6. What is the daily trend for total orders?
![image](https://github.com/ELopez2657/SQL_proyect_2_Sales_Report/assets/146747798/36c9d365-9aa5-4b10-b1aa-3b821419b37e)
7. What is the monthly trend for total orders?
![image](https://github.com/ELopez2657/SQL_proyect_2_Sales_Report/assets/146747798/8f551cb7-3e48-4a00-805f-707eabc2f8d9)
8. What percentage of sales is contributed by each pizza category?
![image](https://github.com/ELopez2657/SQL_proyect_2_Sales_Report/assets/146747798/00e11ba9-1e12-4c04-a76a-bda23a8d3be7)
9. What percentage of sales is contributed by each pizza type?
![image](https://github.com/ELopez2657/SQL_proyect_2_Sales_Report/assets/146747798/9849d459-9a59-4d05-9afe-78daf9f843f1)
10. What percentage of sales is contributed by each pizza size?
![image](https://github.com/ELopez2657/SQL_proyect_2_Sales_Report/assets/146747798/9cc0d79d-233e-4754-85d6-3b81ae8ee683)
11. What are the top 10 pizzas by revenue?
![image](https://github.com/ELopez2657/SQL_proyect_2_Sales_Report/assets/146747798/7d78e150-b4cb-4ff1-a576-595cf4ae0820)
12. What are the bottom 5 pizzas by revenue?
![image](https://github.com/ELopez2657/SQL_proyect_2_Sales_Report/assets/146747798/dca06cd4-b654-4e7e-b617-56a46b82b09e)
13. What are the top 10 pizzas by quantity sold?
![image](https://github.com/ELopez2657/SQL_proyect_2_Sales_Report/assets/146747798/8dbf9008-8637-4115-9788-dfc0e9337c93)
14. What are the bottom 5 pizzas by quantity sold?
![image](https://github.com/ELopez2657/SQL_proyect_2_Sales_Report/assets/146747798/65b4f396-4c72-4a9a-8536-d0e46e310622)
15. What are the top 10 pizzas by number of orders?
![image](https://github.com/ELopez2657/SQL_proyect_2_Sales_Report/assets/146747798/ddd75b8b-01bb-4e81-852c-f133bc21220e)
16. What are the bottom 5 pizzas by number of orders?
![image](https://github.com/ELopez2657/SQL_proyect_2_Sales_Report/assets/146747798/74b1c17c-5b57-42e6-a850-d2adccaa5d9b)