
Answer-first summary for fast verification
Answer: Metastore
In **Unity Catalog**, the **metastore** is the **top-level object**. It is the highest container that holds all metadata about data and AI assets (such as catalogs, schemas, and tables) along with the permissions that control access to them. Every Databricks workspace must be **attached to a Unity Catalog metastore** to use Unity Catalog features, and typically you create **one metastore per region**. #### ❌ Why the other options are incorrect: - **Workspace**: A workspace uses a metastore but does not sit above it in the Unity Catalog hierarchy. - **Catalog**: A catalog exists *inside* a metastore. - **Database (Schema)**: A schema exists inside a catalog. - **Table**: Tables are the lowest-level objects. 👉 Think of the metastore as the “root folder” that organizes everything else.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
