nerdexam
Snowflake

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…

Data Governance

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)
  • A
    3% (1)
  • B
    6% (2)
  • C
    3% (1)
  • D
    88% (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

#Tag Inheritance#Data Governance#Object Hierarchy#Metadata Management

Community Discussion

No community discussion yet for this question.

Full COF-C02 Practice