Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are tasked with implementing data masking for a highly sensitive dataset stored in Azure SQL Database. Which of the following data masking techniques should you use to protect the sensitive data?
A
Use Azure SQL Database's built-in partial indexing feature to mask the sensitive data by excluding it from the index.
B
Implement dynamic data masking to mask the sensitive data automatically based on the user's role or IP address.
C
Use Azure Information Protection统一 to classify and protect the sensitive data by applying a sensitive information type policy.
D
Implement a custom stored procedure that applies a custom mask to the sensitive data when it is accessed.