Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 740 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 740 Bytes

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)

Where to find the book

The book can be purchased in Amazon here.

Where to find the database

The Northwind database and other sample databases can be found in Microsoft's SQL Server Samples Repository, here on GitHub.