DP-300 · Question #109
You are designing a security model for an Azure Synapse Analytics dedicated SQL pool that will support multiple companies. You need to ensure that users from each company can view only the data of…
The correct answer is C. a function E. a security policy. Row-Level Security enables you to use group membership or execution context to control access to rows in a database table. Implement RLS by using the CREATE SECURITY POLICY Transact- SQL statement, and predicates created as inline table-valued functions…
Question
Options
- Aa column encryption key
- Basymmetric keys
- Ca function
- Da custom role-based access control (RBAC) role
- Ea security policy
How the community answered
(41 responses)- A2% (1)
- B12% (5)
- C78% (32)
- D7% (3)
Explanation
Row-Level Security enables you to use group membership or execution context to control access to rows in a database table. Implement RLS by using the CREATE SECURITY POLICY Transact- SQL statement, and predicates created as inline table-valued functions. https://docs.microsoft.com/en-us/azure/synapse-analytics/security/synapse-workspace-synapse- https://docs.microsoft.com/en-us/security/benchmark/azure/baselines/synapse-analytics-security- https://docs.microsoft.com/en-us/sql/relational-databases/security/row-level-security?view=sql-
Community Discussion
No community discussion yet for this question.