This repository contains my solutions to the LeetCode SQL 50 study plan.
Each problem has its own folder containing:
-
solution.sqlβ SQL query -
README.mdβ problem description, examples, and explanation -
runtime.pngβ screenshot of my submission runtime on LeetCode
LeetCode-SQL-50/
β
βββ 01-Recyclable-and-Low-Fat-Products/
β βββ solution.sql
β βββ runtime.png
β βββ README.md
β
βββ 02-Find-Customer-Referee/
β βββ solution.sql
β βββ runtime.png
β βββ README.md
β
βββ 03-Big-Countries/
β βββ solution.sql
β βββ runtime.png
β βββ README.md
β
β ... (continues for all 50 problems)
β
βββ README.md
- Basic SQL
- SELECT, WHERE
- ORDER BY, DISTINCT
- Aggregate Functions (COUNT, SUM, AVG)
- GROUP BY & HAVING
- JOIN (INNER, LEFT, RIGHT)
- UNION & Subqueries
- Window Functions
- Ranking Functions (RANK, DENSE_RANK, ROW_NUMBER)
- Advanced SQL Pattern
To strengthen SQL query writing, database problem-solving skills, and improve preparation for data-related roles by solving all 50 problems from the LeetCode SQL Study Plan.
π LeetCode Study Plan: Top SQL 50 (https://leetcode.com/studyplan/top-sql-50/)