Why should a Snowflake user implement a secure view? (Choose two.)
Why should a Snowflake user implement a secure view? (Choose two.)
A Snowflake user should implement a secure view to limit access to sensitive data and to hide view definition and details from unauthorized users. Secure views provide a layer of security by ensuring that only authorized users can access specific data and view definitions, which helps in maintaining data privacy and protection.
Commit
https://docs.snowflake.com/en/user-guide/views-secure
C&E make sense..
Views should be defined as secure when they are specifically designated for data privacy (i.e. to limit access to sensitive data that should not be exposed to all users of the underlying table(s)). The definition of a secure view is only exposed to authorized users (i.e. users who have been granted the role that owns the view). https://docs.snowflake.com/en/user-guide/views-secure