An open API service indexing awesome lists of open source software.

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

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! 💻