Skip to content

Repository files navigation

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

About

This repository is dedicated to learning and practicing SQL and Microsoft SQL Server. It includes queries, notes, and examples covering database design, data manipulation, and optimization techniques.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages