This repository is designed to help you practice and master SQL concepts step by step. Folder Structure
- 01_basics → SELECT, WHERE, ORDER BY, LIMIT
- 02_joins → INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL OUTER JOIN
- 03_subqueries → Nested queries, correlated subqueries
- 04_window_functions → RANK, DENSE_RANK, ROW_NUMBER, PARTITION BY
- 05_case_statements → Conditional logic in SQL
- 06_aggregate_functions → SUM, AVG, COUNT, GROUP BY, HAVING
- 07_real_world_case_studies → End-to-end SQL problems for analysis.
- Clone this repo or download the ZIP.
- Practice each section step by step.
- Add your own queries and notes.