Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 568 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 568 Bytes

mssql

The playground for mssql using T-SQL The playground uses Bikestores toy dataset for the SQL Server database.

  1. For setup the database and futher tutorials and references, please refer to the following link https://www.sqlservertutorial.net/getting-started/load-sample-database/

  2. Views are stored in the Views folder: scripts\views

  3. Queries are stored in the Queries folder: scripts\queries

  4. Tables, and data generation scripts are stored in the Tables folder: data\

Some folders are empty, but they are there for future use as the playground grows.