
Ultimate access to all questions.
In Databricks with Unity Catalog enabled, what determines the physical storage location for a new schema created with:
CREATE SCHEMA sample_schema;
```_
CREATE SCHEMA sample_schema;
```_
A
Always dbfs:/user/hive/warehouse
B
The workspace default DBFS root folder
C
Hive metastore's spark.sql.warehouse.dir setting
D
The location defined when creating its parent catalog
E
A random location assigned by Databricks