This repository is created as part of my hands-on learning journey to strengthen database fundamentals, query writing, and data manipulation skills.
This repository includes SQL scripts focused on:
- CREATE
- ALTER
- DROP
- TRUNCATE
- Table constraints (PRIMARY KEY, FOREIGN KEY, UNIQUE, CHECK, NOT NULL)
- INSERT
- UPDATE
- DELETE
- SELECT
- WHERE
- ORDER BY
- DISTINCT
- LIMIT
- LIKE
- BETWEEN
- IN
- COUNT
- SUM
- AVG
- MIN
- MAX
- GROUP BY
- HAVING
- INNER JOIN
- LEFT JOIN
- RIGHT JOIN
- FULL JOIN
- Scalar subqueries
- Correlated subqueries
- Practice SQL concepts in a structured way
- Build strong fundamentals for:
- Backend Development
- Clone the repository:
git clone https://github.com/hiitarun1/SQL.git
Open files in any SQL editor (MySQL Workbench, pgAdmin, DBeaver, etc.)
Execute scripts step by step to understand database behavior
This is a personal learning repository, but suggestions and improvements are welcome. Feel free to fork or raise an issue.