ExamGecko
Question list
Search
Search

Question 166 - SnowPro Core discussion

Report
Export

How can a row access policy be applied to a table or a view? (Choose two.)

A.
Within the policy DDL
Answers
A.
Within the policy DDL
B.
Within the create table or create view DDL
Answers
B.
Within the create table or create view DDL
C.
By future APPLY for all objects in a schema
Answers
C.
By future APPLY for all objects in a schema
D.
Within a control table
Answers
D.
Within a control table
E.
Using the command ALTER <object> ADD ROW ACCESS POLICY ;
Answers
E.
Using the command ALTER <object> ADD ROW ACCESS POLICY ;
Suggested answer: A, E

Explanation:

A row access policy can be applied to a table or a view within the policy DDL when defining the policy.Additionally, an existing row access policy can be applied to a table or a view using theALTER <object> ADD ROW ACCESS POLICY command

asked 23/09/2024
Michael Love
27 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first