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!