COF-C02 · Question #520
In which hierarchy is tag inheritance possible?
The correct answer is D. Schema ?Table ?Column. Snowflake tag inheritance flows downward through the object hierarchy: Schema → Table → Column. When a tag is applied to a schema, all tables within that schema inherit it; when applied to a table, all its columns inherit it. This is the correct containment hierarchy for data…
Question
In which hierarchy is tag inheritance possible?
Options
- AOrganization ?Account?Role
- BAccount ?User ?Schema
- CDatabase ?View ?Column
- DSchema ?Table ?Column
How the community answered
(34 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D88% (30)
Explanation
Snowflake tag inheritance flows downward through the object hierarchy: Schema → Table → Column. When a tag is applied to a schema, all tables within that schema inherit it; when applied to a table, all its columns inherit it. This is the correct containment hierarchy for data governance. The other options are incorrect because 'Account → User → Schema' and 'Organization → Account → Role' are not containment hierarchies that support tag propagation. 'Database → View → Column' skips the table level, which is not how Snowflake's tag inheritance works.
Topics
Community Discussion
No community discussion yet for this question.