A collection of Microsoft SQL Server queries for learning, practice, and quick reference.
This repository contains scripts covering database creation, table management, data manipulation, and other SQL Server essentials.
-
Database Management
- Create, check existence, and drop databases
-
Table Operations
- Create tables
- Alter table schema (add, rename, modify columns)
- Drop tables
-
Data Operations
- Insert sample data
- Update records
- Delete records
- Truncate tables
-
Queries & Examples
- Select statements
- Filtering with
WHERE - Aggregations (
SUM,COUNT,AVG) - Joins (INNER, LEFT, RIGHT)
- Grouping and ordering
- Clone the repository:
git clone https://github.com/ShowravKormokar/MS_SQL_Server.git