Welcome to the SQL-Project repository! This repo features real-world SQL projects based on popular domains like food delivery and e-commerce. Each project includes schema design, queries, and insights for hands-on learning and portfolio building.
Analyze the performance of a pizza delivery business using structured SQL queries.
Key Insights:
- Total revenue and average order value
- Top-selling pizzas and categories
- Order trends by date and time
- Customer purchase behavior
📁 Folder: Pizzahunt-Insights/
Dive into Blinkit's grocery delivery dataset to analyze operational metrics and user behavior.
Key Insights:
- Top-selling products by category
- Average delivery times
- Regional order volume
- Return and refund patterns
📁 Folder: Blinkit-Analysis/
- SQL (MySQL / PostgreSQL / SQLite)
- DB Browser / MySQL Workbench
- Power BI / Excel (for optional visualization)
SQL-Project/
├── Blinkit-Analysis/
│ ├── blinkit\_schema.sql
│ ├── blinkit\_queries.sql
│ └── README.md
├── Pizzahunt-Insights/
│ ├── pizzahunt\_schema.sql
│ ├── pizzahunt\_queries.sql
│ └── README.md
└── README.md
- Students and beginners learning SQL
- Data analysts building real-world projects
- Professionals preparing for SQL interviews
Have an idea or new dataset? Contributions are welcome! Feel free to fork the repo, add your SQL project, and submit a pull request.
This project is licensed under the MIT License.
If you find this useful, consider starring 🌟 the repo and sharing it with others.
Happy Querying! 💻