ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 23 - DP-203 discussion

Report
Export

HOTSPOT

You have an Azure Synapse Analytics SQL pool named Pool1. In Azure Active Directory (Azure AD), you have a security group named Group1.

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.

NOTE: Each correct selection is worth one point.

Question 23
Correct answer: Question 23

Explanation:

Box 1: GRANT

You can implement column-level security with the GRANT T-SQL statement. With this mechanism, both SQL and Azure Active Directory (Azure AD) authentication are supported.

Box 2: CREATE SECURITY POLICY

Implement RLS by using the CREATE SECURITY POLICY Transact-SQL statement, and predicates created as inline table-valued functions.

Reference:

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

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

asked 02/10/2024
Juli Santo
38 questions
User
0 comments
Sorted by

Leave a comment first