
Explanation:
GRANT and DENY permissions on individual columns.SELECT permissions on the email address column for the specific user group while allowing access to other columns.Ultimate access to all questions.
You have an Azure Synapse Analytics dedicated SQL pool containing a table named dbo.Users. You need to prevent a specific group of users from being able to read the email addresses from the dbo.Users table.
What should you use?
A
column-level security
B
row-level security (RLS)
C
Transparent Data Encryption (TOE)
D
dynamic data masking
No comments yet.