AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: You are developing a mobile app that uses an azure video

Question 1 Be Honest
« Back   Next az-204-developer-associate Certification Question »
Answer

Full Certification Question

You are developing a mobile app that uses an Azure SQL Database named `Weyland`. The database contains a table named `Customers` that has a field named `email_address`. You want to implement dynamic data masking to hide the data in the `email_address` field. Solution: You run the follows transact-SQL statement: `ALTER TABLE [dbo].[Weyland].[Customers] ALTER COLUMN [email_address] ADD MASKED WITH (FUNCTION = 'email()')`. Does the solution meet the goal?