Skip to content

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.

Notifications You must be signed in to change notification settings

ShowravKormokar/MS_SQL_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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

No releases published

Packages

No packages published