SnowPro Core Certification — Question 162
How can a row access policy be applied to a table or a view? (Choose two.)
Answer options
- A. Within the policy DDL
- B. Within the create table or create view DDL
- C. By future APPLY for all objects in a schema
- D. Within a control table
- E. Using the command ALTER [object] ADD ROW ACCESS POLICY [policy];
Correct answer: B, E
Explanation
Option B is correct because the row access policy can be defined when creating the table or view. Option E is also correct as it allows for adding a row access policy to an existing object. The other options do not correctly represent viable methods to apply a row access policy.