๐ SQL Learning Repository
Welcome to my SQL Practice Repository ๐ This repository contains all the SQL concepts, queries, and practice exercises that I am learning and implementing as part of my journey in becoming a skilled backend/full-stack developer.
๐ About This Repository
This repository includes:
๐๏ธ Database creation scripts
๐ Table creation & constraints
๐ CRUD operations (Create, Read, Update, Delete)
๐ Joins (Inner, Left, Right, Full)
๐ Aggregate functions
๐งฎ Group By & Having
๐ง Subqueries
๐ Views
๐ Constraints (Primary Key, Foreign Key, Unique, Not Null, Check)
๐ Normalization basics
โก Indexing concepts
๐ ๏ธ Stored Procedures & Functions (as I progress)
๐ ๏ธ Technologies Used:
SQL
MySQL
๐ฏ Purpose:
To build strong fundamentals in SQL
To prepare for technical interviews
To understand how databases integrate with Java (JDBC)
To strengthen backend development skills