SnowPro Core Certification — Question 1119
When an object is created in Snowflake, who owns the object?
Answer options
- A. The public role
- B. The user's default role
- C. The current active primary role
- D. The owner of the parent schema
Correct answer: C
Explanation
The correct answer is C, as the object created in Snowflake is owned by the currently active primary role. The other options are incorrect because the public role does not own objects, the user's default role may not be the active one, and the parent schema's owner is not necessarily the owner of the newly created object.