This repository contains a collection of solved SQL problems from LeetCode. Each problem is represented by its problem number and includes the SQL query solution.
- Each SQL problem is stored in a separate file named after its problem number (e.g.,
1.sql,2.sql, etc.). - The SQL files contain the SQL schema and query that solves the respective problem.