Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 870 Bytes

File metadata and controls

35 lines (27 loc) · 870 Bytes

MS_SQL_Server 🗄️

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.


📚 Contents

  • 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

🚀 Getting Started

  1. Clone the repository:
    git clone https://github.com/ShowravKormokar/MS_SQL_Server.git