Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/staivanov/mssql

Exercises based on RDBS courses from SoftUni.
https://github.com/staivanov/mssql

databasetools exercise-solutions exercises mssql mssqlserver softuni softuni-exercises sqlserver tsql

Last synced: about 18 hours ago
JSON representation

Exercises based on RDBS courses from SoftUni.

Awesome Lists containing this project

README

        

## MS SQL exercises and solution based on SoftUni course.

## **Description**
Every folder have two files: 1) *.docx with exercises 2) *.sql with solutions.
Main query language is T-SQL. My database tool is SQL Server Management Studio 19 and MS Word (2021) for description on exercises.

## Table of contents

| id | Name|
| ----: | ----:|
| 4.| Data definition and data types |
| 5. | Basic CRUD |
| 6. | Built-in functions |
| 7. | Data aggregation |
| 8. | Table relations |
| 9. | Joins subqueries |

## Requirements
Installed SQL Server 2022, database tool like SQL Server Management Studio 19 and application who can open *.docx files.

## How to use this repository
1. Clone the repo.
2. Open *.docx file for current exercises, then open *.sql file and paste this content into your database tool.