https://github.com/iamantimpal/sql-project
Real-World SQL Projects: Blinkit & Pizzahunt
https://github.com/iamantimpal/sql-project
sql sql-practice sql-practice-exercises sql-practice-problems sql-pro sql-server sqlite
Last synced: 4 months ago
JSON representation
Real-World SQL Projects: Blinkit & Pizzahunt
- Host: GitHub
- URL: https://github.com/iamantimpal/sql-project
- Owner: iamAntimPal
- License: mit
- Created: 2025-05-31T04:48:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-31T10:31:59.000Z (5 months ago)
- Last Synced: 2025-06-26T14:05:11.262Z (4 months ago)
- Topics: sql, sql-practice, sql-practice-exercises, sql-practice-problems, sql-pro, sql-server, sqlite
- Language: Jupyter Notebook
- Homepage: https://github.com/iamAntimPal/SQL-Project
- Size: 753 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📊 SQL-Project
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.
---
## 🚀 Projects Included
### 🍕 Pizzahunt Sales Insights
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/`
---
### 🛒 Blinkit Order Analysis
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/`
---
## 🧰 Tools & Technologies
- SQL (MySQL / PostgreSQL / SQLite)
- DB Browser / MySQL Workbench
- Power BI / Excel *(for optional visualization)*---
## 📂 Repository Structure
```SQL-Project/
├── Blinkit-Analysis/
│ ├── blinkit\_schema.sql
│ ├── blinkit\_queries.sql
│ └── README.md
├── Pizzahunt-Insights/
│ ├── pizzahunt\_schema.sql
│ ├── pizzahunt\_queries.sql
│ └── README.md
└── README.md```
---
## 🎯 Who This Is For
- Students and beginners learning SQL
- Data analysts building real-world projects
- Professionals preparing for SQL interviews---
## 🙌 Contributing
Have an idea or new dataset? Contributions are welcome! Feel free to fork the repo, add your SQL project, and submit a pull request.---
## 📄 License
This project is licensed under the [MIT License](LICENSE).---
## ⭐ Support
If you find this useful, consider starring 🌟 the repo and sharing it with others.Happy Querying! 💻