Welcome to my SQL Learning Repository! This repo tracks my journey learning SQL, from basic queries to advanced concepts. Each file contains practice exercises, examples, and notes for future reference.
- SELECT statements
- WHERE clause
- DISTINCT keyword
- LIKE operator
- Basic filtering and data retrieval
(More topics will be added as I continue learning SQL)
-
Clone the repository:
git clone https://github.com/Sithranjan-Suresh/sql-learning.git
-
Open the
.sqlfiles in your preferred SQL client (MySQL Workbench, PostgreSQL, SQLite, etc.) -
Run the queries and modify them to practice
- Advanced JOINs (INNER, LEFT, RIGHT, FULL)
- Subqueries and nested queries
- Window functions
- Stored procedures and triggers
- Sample databases for practice
This repository is meant for educational purposes only.
All practice files use generic or self-created data.