Skip to content

A collection of SQL solutions for LeetCode problems, focusing on the Top 50 most commonly asked queries.

Notifications You must be signed in to change notification settings

gitsofpranav/leetcode-top-sql-50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LeetCode Top SQL 50 πŸ’Ύ

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.

πŸ“ Folder Structure

β”œβ”€β”€ query1.sql # Problem 584: Find Customer Referee β”œβ”€β”€ query2.sql # (Upcoming problems) β”œβ”€β”€ ... └── README.md

βœ… Problems Covered

(More problems will be added soon)

πŸ›  Technologies

  • SQL (MySQL)
  • VS Code + SQLTools Extension
  • Git & GitHub

πŸš€ How to Use

  1. 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

About

A collection of SQL solutions for LeetCode problems, focusing on the Top 50 most commonly asked queries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages