
Explanation:
Correct Answer: A. Review the Owner field in the table page using Catalog Explorer.
In Databricks with Unity Catalog, every securable object (including managed tables) has an owner. The primary and most straightforward way to view the owner of a managed table is through the Catalog Explorer UI:
This is the recommended UI method documented by Databricks for viewing object ownership.
SHOW GRANTS or DESCRIBE extended) to inspect privileges/ownership, the question asks for a location to identify the owner via a UI field, and the SQL Editor is not the standard or most direct place for this.This aligns directly with official Databricks documentation on managing Unity Catalog privileges and object ownership, as well as common questions in the Databricks Certified Data Analyst Associate exam.
Tip for the exam: Always prefer Catalog Explorer for UI-based metadata tasks like ownership, permissions, and browsing Unity Catalog objects.
Ultimate access to all questions.
Which location can be used to identify the owner of a managed table?
A
Review the Owner field in the table page using Catalog Explorer
B
Review the Owner field in the database page using Data Explorer
C
Review the Owner field in the schema page using Data Explorer
D
Review the Owner field in the table page using the SQL Editor