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

https://github.com/emnasc/northwind-sql-practice

SQL practice exercises using the Microsoft Northwind database
https://github.com/emnasc/northwind-sql-practice

microsoft-sql-server northwind-database practice practice-project sql tsql

Last synced: 4 months ago
JSON representation

SQL practice exercises using the Microsoft Northwind database

Awesome Lists containing this project

README

        

# T-SQL Practice Exercises

Solutions for the practice exercises from the SQL Practice Problems book, authored by Sylvia Moestl Vasilik. The book uses the Northwind sample database for Microsoft SQL Server.

## What this repository aims to practice?

+ General T-SQL use
+ SQL code style (following the guidelines described in the [SQL Style Guide](https://www.sqlstyle.guide/))

## Where to find the book

The book can be purchased in Amazon [here](https://www.amazon.com/SQL-Practice-Problems-learn-doing-ebook/dp/B01N41VQFO).

## Where to find the database

The Northwind database and other sample databases can be found in [Microsoft's SQL Server Samples Repository](https://github.com/microsoft/sql-server-samples/), here on GitHub.