|
#41. You imposed a column-level Virtual Private Database (VPD) policy as follows: BEGIN DBMS_RLS.ADD_POLICY (object_schema=> ‘scott’, object_name => ‘employees’, policy_name => ‘hr_policy’, function_schema => ‘pol_hr’, policy_function => ‘hrpol’, sec_relevant_clos => ‘salary,commission_pct’); END;
Which statement regarding hr_policy is true?
Show comments for this question (1)
Add comments
Link to this question
|