QuestionQ82
Securing DataHow do privileges inherit in Unity Catalog across the metastore, catalog, schema, and table/view hierarchy levels?
- A Privileges granted at a higher level (such as a catalog) automatically apply to all child objects (schemas and tables) unless overridden by more specific permissions at a lower level.
- B Privileges are only inherited from the metastore level, and no inheritance occurs between catalogs, schemas, or tables.
- C Privileges must be granted individually for each object, regardless of their position in the hierarchy, to ensure secure access control.
- D Privileges granted at the schema level have no impact on tables or views in that schema unless directly applied to them.
Community Discussion