
Answer-first summary for fast verification
Answer: Schema » Table » Column
The correct answer is D because tag inheritance in Snowflake follows the object hierarchy: Schema → Table → Column. This is supported by the Snowflake documentation on object tagging and the community discussion, where multiple users reference the official documentation confirming this hierarchy. Option A (Organization → Account → Role) is incorrect because roles are not part of the data object hierarchy where tag inheritance applies. Option B (Account → User → Schema) is incorrect as users and schemas don't form a valid inheritance chain for tags. Option C (Database → View → Column) is partially correct but incomplete; while database to view inheritance is possible, the standard hierarchy for table objects is schema to table to column, making D the most accurate and complete answer.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.