DP-300 · Question #150
Case Study 2 - Contoso, Ltd Overview General Overview Contoso, Ltd. is a financial data company that has 100 employees. The company delivers financial data to customers. Physical Locations Contoso…
The correct answer is D. row-level security (RLS). Scenario: Provide the customers with different table and row access based on the customer's service agreement. Row-level security (RLS) is a feature added as of SQL Server 2016. Instead of encrypting or decrypting a database's table data, it restricts and filters a table's row…
Question
Options
- Adynamic data masking
- BConditional Access in Azure
- Cservice principals
- Drow-level security (RLS)
How the community answered
(32 responses)- A13% (4)
- B3% (1)
- C9% (3)
- D75% (24)
Explanation
Scenario: Provide the customers with different table and row access based on the customer's service agreement. Row-level security (RLS) is a feature added as of SQL Server 2016. Instead of encrypting or decrypting a database's table data, it restricts and filters a table's row- level data in accordance with security policies defined by the user. This enables the database engine to limit the number of exposed data rows. https://docs.microsoft.com/en-us/sql/relational-databases/security/row-level-security?view=sql-
Community Discussion
No community discussion yet for this question.