Skip to content

Commit 6989a23

Browse files
committed
Fix formatting of multitenant SaaS application question for consistency
1 parent f906a18 commit 6989a23

1 file changed

Lines changed: 1 addition & 1 deletion

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

0 commit comments

Comments
 (0)