Row Access Policies¶
Row access policies implement row-level security to determine which rows are visible in the query result. A row access policy is a schema-level object that determines whether a given row in a table or view can be viewed from the following types of statements:
SELECT statements
Rows selected by UPDATE, DELETE, and MERGE statements
These topics provide concepts and detailed instructions for using row access policies in Snowflake.
Next Topics: