DP-300 · Question #101
You have a SQL pool in Azure Synapse that contains a table named dbo.Customers. The table contains a column name Email. You need to prevent nonadministrative users from seeing the full email…
The correct answer is A. From the Azure portal, set a mask on the Email column. You set up a dynamic data masking policy in the Azure portal by selecting the Dynamic Data Masking blade under Security in your SQL Database configuration pane. This feature cannot be set using portal for SQL Managed Instance. For more information, see Dynamic Data Masking…
Question
Options
- AFrom the Azure portal, set a mask on the Email column.
- BFrom the Azure portal, set a sensitivity classification of Confidential for the Email column.
- CFrom Microsoft SQL Server Management Studio, set an email mask on the Email column.
- DFrom Microsoft SQL Server Management Studio, grant the SELECT permission to the users for
How the community answered
(28 responses)- A71% (20)
- B18% (5)
- C7% (2)
- D4% (1)
Explanation
You set up a dynamic data masking policy in the Azure portal by selecting the Dynamic Data Masking blade under Security in your SQL Database configuration pane. This feature cannot be set using portal for SQL Managed Instance. For more information, see Dynamic Data Masking. https://docs.microsoft.com/en-us/azure/azure-sql/database/dynamic-data-masking-overview
Topics
Community Discussion
No community discussion yet for this question.