AZ-500 · Question #380
Drag and Drop Question You have an Azure subscription that contains an Azure SQL database named SQLDB1. SQLDB1 contains the columns shown in the following table. For the Email and Birthday columns…
The correct answer is XXXX; 1900-01-01. In Azure SQL Dynamic Data Masking, the 'default' masking function applies type-specific masks: for string/text columns (like Email), it replaces the value with 'XXXX' regardless of the actual content, and for date/datetime columns (like Birthday), it replaces the value with…
Question
Exhibits
Answer Area
Drag items
Correct arrangement
- XXXX
- 1900-01-01
Explanation
In Azure SQL Dynamic Data Masking, the 'default' masking function applies type-specific masks: for string/text columns (like Email), it replaces the value with 'XXXX' regardless of the actual content, and for date/datetime columns (like Birthday), it replaces the value with '1900-01-01' (the epoch date) to obscure the real date. These are fixed, predefined outputs of the default masking function and do not partially reveal the original data.
Topics
Community Discussion
No community discussion yet for this question.



