Skip to content

Commit 3b12c0b

Browse files
authored
Backfill missing lab metadata (14 files) (#42)
* Backfill missing lab metadata for Instructions/Labs/01-get-started-with-tsql.md * Backfill missing lab metadata for Instructions/Labs/02-filter-sort.md * Backfill missing lab metadata for Instructions/Labs/03a-joins.md * Backfill missing lab metadata for Instructions/Labs/03b-subqueries.md * Backfill missing lab metadata for Instructions/Labs/04-built-in-functions.md * Backfill missing lab metadata for Instructions/Labs/05-modify-data.md * Backfill missing lab metadata for Instructions/Labs/06-use-table-expressions.md * Backfill missing lab metadata for Instructions/Labs/07-combine-query-results.md * Backfill missing lab metadata for Instructions/Labs/08-create-window-query-functions.md * Backfill missing lab metadata for Instructions/Labs/09-transform-data.md * Backfill missing lab metadata for Instructions/Labs/10-program-with-tsql.md * Backfill missing lab metadata for Instructions/Labs/11-create-stored-procedures.md * Backfill missing lab metadata for Instructions/Labs/12-implement-error-handling.md * Backfill missing lab metadata for Instructions/Labs/13-implement-transitions-in-tsql.md
1 parent f741885 commit 3b12c0b

14 files changed

Lines changed: 102 additions & 44 deletions

Instructions/Labs/01-get-started-with-tsql.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
lab:
3-
title: 'Get Started with Transact-SQL'
4-
module: 'Module 1: Getting Started with Transact-SQL'
3+
title: Get Started with Transact-SQL
4+
module: 'Module 1: Getting Started with Transact-SQL'
5+
description: In this exercise, you will use some basic SELECT queries to retrieve data from the AdventureWorks database.
6+
duration: 124 minutes
7+
level: 100
8+
islab: true
59
---
610

711
# Get Started with Transact-SQL

Instructions/Labs/02-filter-sort.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
lab:
3-
title: 'Sort and Filter Query Results'
4-
module: 'Module 2: Sorting and Filtering Query Results'
3+
title: Sort and Filter Query Results
4+
module: 'Module 2: Sorting and Filtering Query Results'
5+
description: In this exercise, you'll use the Transact-SQL SELECT statement to query and filter data in the AdventureWorks database.
6+
duration: 148 minutes
7+
level: 100
8+
islab: true
59
---
610

711
# Sort and Filter Query Results

Instructions/Labs/03a-joins.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
lab:
3-
title: 'Query Multiple Tables with Joins'
4-
module: 'Module 3: Using Joins and Subqueries'
3+
title: Query Multiple Tables with Joins
4+
module: 'Module 3: Using Joins and Subqueries'
5+
description: In this exercise, you'll use the Transact-SQL SELECT statement to query multiple tables in the Adventureworks database.
6+
duration: 98 minutes
7+
level: 100
8+
islab: true
59
---
610

711
# Query Multiple Tables with Joins

Instructions/Labs/03b-subqueries.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
lab:
3-
title: 'Use Subqueries'
4-
module: 'Module 3: Using Joins and Subqueries'
3+
title: Use Subqueries
4+
module: 'Module 3: Using Joins and Subqueries'
5+
description: In this exercise, you'll use subqueries to retrieve data from tables in the adventureworks database.
6+
duration: 80 minutes
7+
level: 100
8+
islab: true
59
---
610

711
# Use Subqueries

Instructions/Labs/04-built-in-functions.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
lab:
3-
title: 'Use Built-in Functions'
4-
module: 'Module 4: Using Built-in Functions'
3+
title: Use Built-in Functions
4+
module: 'Module 4: Using Built-in Functions'
5+
description: In this exercise, you'll use built-in functions to retrieve and aggregate data in the Adventureworks database.
6+
duration: 114 minutes
7+
level: 100
8+
islab: true
59
---
610

711
# Use Built-in Functions

Instructions/Labs/05-modify-data.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
lab:
3-
title: 'Modify Data'
4-
module: 'Module 5: Modifying Data'
3+
title: Modify Data
4+
module: 'Module 5: Modifying Data'
5+
description: In this exercise, you'll insert, update, and delete data in the Adventureworks database.
6+
duration: 134 minutes
7+
level: 100
8+
islab: true
59
---
610

711
# Modify Data

Instructions/Labs/06-use-table-expressions.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
lab:
3-
title: 'Create queries with table expressions'
4-
module: 'Additional exercises'
3+
title: Create queries with table expressions
4+
module: Additional exercises
5+
description: In this exercise, you'll use table expressions to query the Adventureworks database.
6+
duration: 66 minutes
7+
level: 100
8+
islab: true
59
---
610

711
# Create queries with table expressions

Instructions/Labs/07-combine-query-results.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
---
22
lab:
3-
title: 'Combine query results with set operators'
4-
module: 'Additional exercises'
3+
title: Combine query results with set operators
4+
module: Additional exercises
5+
description: In this lab, you will use set operators to retrieve results from the Adventureworks database.
6+
duration: 56 minutes
7+
level: 100
8+
islab: true
59
---
10+
611
# Combine query results with set operators
712

813
In this lab, you will use set operators to retrieve results from the **Adventureworks** database.

Instructions/Labs/08-create-window-query-functions.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
---
22
lab:
3-
title: 'Use window functions'
4-
module: 'Additional exercises'
3+
title: Use window functions
4+
module: Additional exercises
5+
description: In this exercise, you'll apply window functions on the Adventureworks database.
6+
duration: 36 minutes
7+
level: 100
8+
islab: true
59
---
10+
611
# Use window functions
712

813
In this exercise, you'll apply window functions on the **Adventureworks** database.

Instructions/Labs/09-transform-data.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
lab:
3-
title: 'Use pivoting and grouping sets'
4-
module: 'Additional exercises'
3+
title: Use pivoting and grouping sets
4+
module: Additional exercises
5+
description: In this exercise, you'll use pivoting and grouping sets to query the Adventureworks database.
6+
duration: 50 minutes
7+
level: 100
8+
islab: true
59
---
610

711
# Use pivoting and grouping sets

0 commit comments

Comments
 (0)