For non-materialized views, what column in Information Schema and Account Usage identifies whether a view is secure or not?
For non-materialized views, what column in Information Schema and Account Usage identifies whether a view is secure or not?
To identify whether a view is secure or not in the Information Schema and Account Usage, the column used is IS_SECURE. This column specifically indicates the security status of the view, making it the correct choice.
Answer is correct
https://docs.snowflake.com/en/user-guide/views-secure#determining-if-a-view-is-secure
correct