This repository documents my structured journey of mastering SQL, using a curated set of LeetCode problems for each chapter of learning.
- 📚 Chapter-wise progression for depth-first clarity
- 🧹 Clean query structure inside folders
- 🧠 Focused on real-world database query solving
📁 01-Creating-Databases-and-Tables/
📁 02-Intro-to-SQL/
📁 03-Data-Types/
📁 04-Joining-Tables/
📁 05-Complex-Joins/
📁 06-Comparing-Values-in-MySQL/
Each folder will contain .sql files titled as:
Example:
0597-Friend-Requests-II-Who-Has-the-Most-Friends.sql
Inside every .sql file:
-- LeetCode Q#0597: Friend Requests II - Who Has the Most Friends
-- Chapter: Joining Tables
SELECT ...- 💻 LeetCode SQL Playground
- 🐬 MySQL / PostgreSQL
- 🗂️ DB Browser for SQLite
- 🧑💻 VS Code
- 🌐 Git & GitHub