Skip to content

Commit 57a2557

Browse files
Merge pull request #53600 from JulianePadrao/NEW-sql-dev-module-1
[Design and implement database objects] new module
2 parents 6f9c9ee + 60fe498 commit 57a2557

15 files changed

Lines changed: 12 additions & 294 deletions

.github/copilot-instructions.md

Lines changed: 0 additions & 278 deletions
This file was deleted.

.markdownlint.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

learn-pr/wwl-data-ai/design-implement-database-objects/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction to designing and implementing database objects"
7-
ms.date: 01/12/2026
7+
ms.date: 02/24/2026
88
author: JulianePadrao
99
ms.author: jupadrao
1010
ms.topic: unit

learn-pr/wwl-data-ai/design-implement-database-objects/10-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
ai_generated_module_assessment: true
66
title: Module assessment
77
description: "Knowledge check for designing and implementing database objects"
8-
ms.date: 01/12/2026
8+
ms.date: 02/24/2026
99
author: JulianePadrao
1010
ms.author: jupadrao
1111
ms.topic: unit

learn-pr/wwl-data-ai/design-implement-database-objects/11-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary of designing and implementing database objects"
7-
ms.date: 01/12/2026
7+
ms.date: 02/24/2026
88
author: JulianePadrao
99
ms.author: jupadrao
1010
ms.topic: unit

learn-pr/wwl-data-ai/design-implement-database-objects/2-understanding-platform-choices.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn-wwl.design-implement-database-objects.understanding-platform-choices
33
metadata:
44
title: Understand your SQL Server-based platform choices
55
description: "Learn about the different Microsoft SQL platforms and how database object design varies across Azure SQL Database, Azure SQL Managed Instance, SQL Server on Azure VMs, and SQL Database in Microsoft Fabric."
6-
ms.date: 01/13/2026
6+
ms.date: 02/24/2026
77
author: JulianePadrao
88
ms.author: jupadrao
99
ms.topic: unit

learn-pr/wwl-data-ai/design-implement-database-objects/3-design-implement-tables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Build effective tables
44
metadata:
55
title: Build effective tables
66
description: "Learn how to design and implement tables with appropriate data types, sizes, and indexes"
7-
ms.date: 01/12/2026
7+
ms.date: 02/24/2026
88
author: JulianePadrao
99
ms.author: jupadrao
1010
ms.topic: unit

learn-pr/wwl-data-ai/design-implement-database-objects/4-design-implement-indexes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Optimize with indexes
44
metadata:
55
title: Optimize with indexes
66
description: "Learn how to design and implement rowstore and columnstore indexes for optimal query performance"
7-
ms.date: 01/14/2026
7+
ms.date: 02/24/2026
88
author: JulianePadrao
99
ms.author: jupadrao
1010
ms.topic: unit

learn-pr/wwl-data-ai/design-implement-database-objects/5-specialized-table-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Use specialized table types
44
metadata:
55
title: Use specialized table types
66
description: "Learn how to implement in-memory, temporal, external, LEDGER, and GRAPH tables"
7-
ms.date: 01/12/2026
7+
ms.date: 02/24/2026
88
author: JulianePadrao
99
ms.author: jupadrao
1010
ms.topic: unit

learn-pr/wwl-data-ai/design-implement-database-objects/6-design-implement-constraints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Enforce data integrity with constraints
44
metadata:
55
title: Enforce data integrity with constraints
66
description: "Learn how to design and implement database constraints including primary key, foreign key, unique, CHECK, and DEFAULT"
7-
ms.date: 01/14/2026
7+
ms.date: 02/24/2026
88
author: JulianePadrao
99
ms.author: jupadrao
1010
ms.topic: unit

0 commit comments

Comments
 (0)