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
- Host: GitHub
- URL: https://github.com/emnasc/northwind-sql-practice
- Owner: emnasc
- Created: 2020-05-15T22:44:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T18:05:34.000Z (about 5 years ago)
- Last Synced: 2025-02-02T07:51:15.413Z (4 months ago)
- Topics: microsoft-sql-server, northwind-database, practice, practice-project, sql, tsql
- Language: TSQL
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.