
Answer-first summary for fast verification
Answer: False
The correct answer is False (B). In Snowflake's role-based access control model, users do not directly own objects like roles. Instead, when a user creates a role, they do so through a role they are currently using (e.g., USERADMIN or a custom role with CREATE ROLE privilege). The ownership of the newly created role is automatically assigned to the role that was used to create it, not to the user themselves. This is a fundamental aspect of Snowflake's security model where roles own objects, not users. The community discussion shows strong consensus for this interpretation, with the highest upvoted comments (including one with 18 upvotes) clearly explaining that ownership goes to the role, not the user. While some comments argue for True (A), they incorrectly attribute ownership directly to users rather than understanding that users act through roles in Snowflake's RBAC system.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.