This repository contains SQL solutions for LeetCode's Top 50 SQL questions. Each problem is solved using clean, readable queries with a focus on simplicity and correctness.
βββ query1.sql # Problem 584: Find Customer Referee βββ query2.sql # (Upcoming problems) βββ ... βββ README.md
(More problems will be added soon)
- SQL (MySQL)
- VS Code + SQLTools Extension
- Git & GitHub
- Clone the repo:
git clone https://github.com/gitsofpranav/leetcode-top-sql-50.git
Open in VS Code.
Use extensions like SQLTools to connect and test the queries