Day 26 of My Data Analytics Journey !



This content originally appeared on DEV Community and was authored by Ramya .C

Today was a special day in my learning path! 🚀
I took a seminar on my SQL project – Zomato Analysis.

In the seminar, I explained:

  • How I designed the database schema for the Zomato system 🍽
  • Key SQL queries used for analyzing users, restaurants, and orders
  • How ranking, filtering, and aggregations helped derive meaningful insights
  • The importance of data-driven decisions in the food delivery industry

This experience not only improved my SQL skills but also boosted my presentation and communication skills.

💡 Extra Learning:
I also explored how analytical queries like DENSE_RANK() and COUNT() can bring out performance metrics (e.g., top delivery partners, top restaurants).

🔗 You can check my full project here: My Zomato SQL Project


This content originally appeared on DEV Community and was authored by Ramya .C