Databricks Data Engineer Associate Question 486
Select 3In Databricks Unity Catalog, which of the following are considered securables that can have permissions assigned to them?
- A
Catalog
- B
Cluster
- C
Table
- D
Schema
- E
Workspace
Show answer and explanation
Correct answers: A, C, D
Explanation
Unity Catalog securables are entities to which permissions can be assigned to control access. These include Catalogs, Schemas, and Tables. Clusters and Workspaces are not managed as securables in Unity Catalog.
- A. Correct.
Catalog is a securable in Unity Catalog. Permissions can be assigned to it to control access to the data it contains.
- B. Incorrect.
Cluster is not a securable in Unity Catalog. Permissions for clusters are managed separately in Databricks.
- C. Correct.
Table is a securable in Unity Catalog. Permissions can be assigned to it to control access to the data stored in the table.
- D. Correct.
Schema is a securable in Unity Catalog. Permissions can be assigned to it to manage access to the tables and views it contains.
- E. Incorrect.
Workspace is not a securable in Unity Catalog. Permissions for workspaces are managed at a different level.