title | permalink | layout |
---|---|---|
Online Hosted Instructions |
index.html |
home |
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:
- Get started querying with Transact-SQL
- Write advanced Transact-SQl queries
- Program with Transact-SQL
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 %} |
{% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %}
Module | Demo |
---|---|
{% for activity in demos %} | {{ activity.demo.module }} |
{% endfor %} |