Skip to content

Commit a40e7be

Browse files
Merge pull request #53603 from JulianePadrao/NEW-sql-dev-module-5
DP-800 - New module [Implement data security and compliance with SQL] to support new certification
2 parents 3066928 + 0d1a67b commit a40e7be

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

learn-pr/wwl-data-ai/implement-data-security-compliance/10-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ quiz:
4343
- content: "Always Encrypted with deterministic encryption"
4444
isCorrect: false
4545
explanation: "Incorrect. Always Encrypted completely encrypts values and doesn't support partial visibility. The billing system would also need the encryption keys to read the data."
46-
- content: "A multi-tenant SaaS application stores data for multiple customers in the same database tables. Each table includes a TenantID column. You need to ensure users can only query rows belonging to their own tenant, even if they write SELECT statements directly. Which implementation approach should you use?"
46+
- content: "A multitenant SaaS application stores data for multiple customers in the same database tables. Each table includes a TenantID column. You need to ensure users can only query rows belonging to their own tenant, even if they write SELECT statements directly. Which implementation approach should you use?"
4747
choices:
4848
- content: "Create separate views for each tenant and grant SELECT only on views"
4949
isCorrect: false

learn-pr/wwl-data-ai/implement-data-security-compliance/6-implement-auditing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Implement auditing
44
metadata:
55
title: Implement auditing
66
description: Learn how to configure and manage database auditing in SQL Server, Azure SQL, and SQL databases in Microsoft Fabric.
7-
ms.date: 02/05/2026
7+
ms.date: 02/24/2026
88
author: JulianePadrao
99
ms.author: jupadrao
1010
ms.topic: unit

learn-pr/wwl-data-ai/implement-data-security-compliance/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.implement-data-security-compliance
33
metadata:
44
title: Implement data security and compliance with SQL
55
description: Learn how to implement data security and compliance features in SQL Server, Azure SQL, and SQL databases in Microsoft Fabric, including encryption, masking, Row-Level Security, and auditing.
6-
ms.date: 02/04/2026
6+
ms.date: 02/24/2026
77
author: JulianePadrao
88
ms.author: jupadrao
99
ms.topic: module

0 commit comments

Comments
 (0)