This is a dedicated watch page for a single video.
Scenario: Janet van Dyne is working at Pym Technologies and has connected to the Azure SQL Database logical server in SSMS to work with an Azure SQL Database server. She entered the following T-SQL commands: SQL ALTER TABLE [ Employee ] ALTER COLUMN [ SocialSecurityNumber ] ADD MASKED WITH ( FUNCTION = 'Partial(0,"XXX-XX-",2)' ) ALTER TABLE [ Employee ] ALTER COLUMN [ Email ] ADD MASKED WITH ( FUNCTION = 'EMAIL()' ) ALTER TABLE [ Employee ] ALTER COLUMN [ Salary ] ADD MASKED WITH ( FUNCTION = 'RANDOM(1,20000)’) Why would she use these commands?