This repository contains basic Microsoft SQL Server (MSSQL) exercises focused on database and table operations.
- Creating a database
- Creating tables
- Adding and altering columns
- Renaming tables
- Dropping columns
- Truncating table data
- Student / People
- Teacher
Practice fundamental SQL DDL operations for backend development.