This repository contains my structured SQL practice based on a YouTube course.
All queries are organized topic-wise to track learning and improve consistency.
π https://www.youtube.com/playlist?list=PLNcg_FV9n7qZY_2eAtUzEUulNjTJREhQe
SQL-Practice/ β βββ datasets/ β βββ Advanced SQL.sql βββ DDL commands.sql βββ DML commands.sql βββ Joins.sql βββ SalesDB_Create-Insert.sql βββ Select Mastery.sql βββ set operators.sql βββ progress... βββ βββ .gitignore βββ .gitattributes βββ README.md
- DDL Commands (CREATE, ALTER, DROP)
- DML Commands (INSERT, UPDATE, DELETE)
- SELECT Queries
- WHERE Conditions
- Joins
- Advanced SQL
- Set Operators - UNION, UNION ALL, EXCEPT, INTERSECT
-
PROGRESS
All datasets used for practice are stored in the datasets/ folder.
Each topic is maintained in a separate SQL file to track learning progress and revision.
β If you find this helpful, consider giving this repo a star!