Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.44 KB

index.md

File metadata and controls

34 lines (25 loc) · 1.44 KB
title permalink layout
Online Hosted Instructions
index.html
home

Transact-SQL Exercises and Demonstrations

These exercises and demos support Microsoft course DP-080: Querying with Transact-SQL and the associated Microsoft Learn training content in the following learning paths:

You can complete the exercises using:

  • A local installation of SQL Server
  • Azure SQL Database

Setup instructions are provided for both of these options.

{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}

Module Lab
{% for activity in labs %} {{ activity.lab.module }}
{% endfor %}

Instructor demo's

{% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %}

Module Demo
{% for activity in demos %} {{ activity.demo.module }}
{% endfor %}