DP-200 Exam QuestionsBrowse all questions from this exam

DP-200 Exam - Question 137


HOTSPOT -

You have an Azure subscription that contains the following resources:

✑ An Azure Active Directory (Azure AD) tenant that contains a security group named Group1

✑ An Azure Synapse Analytics SQL pool named Pool1

You need to control the access of Group1 to specific columns and rows in a table in Pool1.

Which Transact-SQL commands should you use? To answer, select the appropriate options in the answer area.

Hot Area:

Exam DP-200 Question 137
Show Answer
Correct Answer:
Exam DP-200 Question 137

Box 1: GRANT -

You can implement column-level security with the GRANT T-SQL statement.

Box 2: CREATE SECURITY POLICY -

Implement Row Level Security by using the CREATE SECURITY POLICY Transact-SQL statement

Reference:

https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/column-level-security

Discussion

2 comments
Sign in to comment
emski
Jun 15, 2021

For RLS: https://docs.microsoft.com/en-us/sql/relational-databases/security/row-level-security

akkkki
Sep 7, 2021

for CLS: https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/column-level-security?view=sql-server-ver15

Mist3
Jun 10, 2021

Correct