Valid DEA-C02 Dumps shared by EduDump.com for Helping Passing DEA-C02 Exam! EduDump.com now offer the newest DEA-C02 exam dumps, the EduDump.com DEA-C02 exam questions have been updated and answers have been corrected get the newest EduDump.com DEA-C02 dumps with Test Engine here:
You are tasked with implementing row-level security (RLS) on a 'SALES' table to restrict access based on the 'REGION' column. Users with the 'NORTH REGION ROLE should only see data where 'REGION = 'NORTH". You've created a row access policy named north_region_policy'. After applying the policy to the 'SALES table, users with the 'NORTH REGION ROLE are still seeing all rows. Which of the following is the MOST likely reason for this and how can it be corrected?
Correct Answer: B
Row access policies require the role to have USAGE privilege on the database and schema. Without this privilege, the policy cannot be enforced. The other options, while potentially relevant in other scenarios, are not the most likely cause for the described issue. Row access policies are automatically enabled when applied and the correct context function would be CURRENT_ROLE(). A refresh command is not required.