Practice Exam

Question 51 of 75

Configure Dynamic Data Masking for Date Column

You work for MDFT Pro, a well-known training agency that maintains student records in a Fabric warehouse. Claire, a Security Engineer at MDFT Pro, manages a workspace containing a warehouse named StudentRecordsWarehouse. The warehouse contains a table named DimStudents with the following columns:

Due to privacy regulations and data protection requirements, Claire needs to configure security to mask sensitive student information. The BirthDate column contains personally identifiable information that must be protected from unauthorized access. When users without UNMASK permissions query the DimStudents table, the BirthDate values must be masked and display as 1900-01-01 instead of the actual birth dates. This approach allows analysts to work with the table structure without exposing sensitive date information.

How should Claire complete the statement to mask the BirthDate column?

ALTER TABLE DimStudents
ALTER COLUMN BirthDate
ADD MASKED WITH (FUNCTION = '____________')

Choose the correct answer from the options below.

Explanations for each answer:

Learn more about dynamic data masking in Fabric Data Warehouse:
Dynamic Data Masking
Next Question
Discuss this question on social media: