
Answer-first summary for fast verification
Answer: OWNERSHIP
The correct answer is B (OWNERSHIP) because a secure view in Snowflake is defined with the SECURITY DEFINER option, which means the view definition and details are only visible to users who have been granted the role that owns the view. The community discussion shows 100% consensus on option B, with multiple comments explaining that ownership is required to access the secure view definition. Other privileges like IMPORT SHARE, REFERENCES, and USAGE are insufficient for accessing secure views, as they don't provide the necessary authorization level defined by the SECURITY DEFINER property.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.