
Answer-first summary for fast verification
Answer: Schemas, Tables
The question asks which objects in a cloned database inherit all granted privileges from the source. According to Snowflake documentation and the community discussion consensus (with CD having 75% support and higher upvotes), when a database is cloned, the clone inherits privileges on the child objects contained within it, specifically schemas and tables. The database clone itself does not inherit privileges on the container (database), but the child objects (schemas and tables) do inherit privileges. Options A (Account) and E (Internal named stages) are incorrect as they are not direct child objects of a database that inherit privileges in this context. Option B (Database) is incorrect because the clone of the container itself does not inherit privileges, only its child objects do.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.