
Answer-first summary for fast verification
Answer: IS_SECURE
The correct answer is B (IS_SECURE) because this column specifically identifies whether a view is secure in Snowflake's Information Schema and Account Usage views. According to Snowflake documentation and the community discussion with 100% consensus and upvoted comments referencing official documentation, IS_SECURE is the column that returns TRUE for secure views and FALSE for non-secure views. Option A (CHECK_OPTION) relates to updateable views, option C (IS_UPDATEABLE) indicates if a view can be updated, and option D (TABLE_NAME) simply provides the name of the view without security information.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.