1.

What Are The Uses Of Fine-grained Access Control?

Answer»

We can use the fine-grained access control for the following purposes:

  1. Enforce row-level access control through SELECT, INSERT, UPDATE and DELETE STATEMENTS.
  2. Create a security policy that controls access based on a certain value of a column.
  3. Create Policies that are APPLIED the same way always as well as policies that DYNAMICALLY change during the execution of the query.
  4. Create SETS of scurity policies,called policy groups.

We can use the fine-grained access control for the following purposes:



Discussion

No Comment Found