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.
- Host: GitHub
- URL: https://github.com/m7moudgadallah/sql_examples_for_ms_sql_server
- Owner: m7moudGadallah
- Created: 2023-04-30T10:15:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T12:42:43.000Z (about 3 years ago)
- Last Synced: 2025-03-12T04:26:26.249Z (over 1 year ago)
- Topics: ms-sql-server, sql, ssms, tsql
- Language: TSQL
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).