An open API service indexing awesome lists of open source software.

https://github.com/m7moudgadallah/sql_examples_for_ms_sql_server

This repository contains a collection of SQL examples for working with MS SQL Server. The examples include an ER model and SQL scripts for creating tables, inserting data, querying data, and more.
https://github.com/m7moudgadallah/sql_examples_for_ms_sql_server

ms-sql-server sql ssms tsql

Last synced: 4 months ago
JSON representation

This repository contains a collection of SQL examples for working with MS SQL Server. The examples include an ER model and SQL scripts for creating tables, inserting data, querying data, and more.

Awesome Lists containing this project

README

          

# SQL examples for MS SQL Server

This repository contains a collection of SQL examples for working with [MS SQL Server](https://www.microsoft.com/en-us/sql-server/sql-server-downloads). The examples include an ER model and SQL scripts for creating tables, inserting data, querying data, and more.

## Examples

The repository includes the following examples:

**ER model:** An entity-relationship (ER) model that represents a sample database for a fictional online store.

**SQL scripts:** A set of SQL scripts that demonstrate how to create tables, insert data, and query data in the sample database.

### Exmaples List

- ***[BikeStore](./BikeStore_Example/)***

## Getting started

To get started with this repository, simply clone the repository to your local machine and open it in your preferred SQL editor or environment. You can then explore the various examples to learn more about [SQL with MS SQL Server](https://www.sqlservertutorial.net/).