
Ultimate access to all questions.
In a scenario where a data engineer initiates the creation of a new database using the command:
CREATE DATABASE IF NOT EXISTS customer360;
Determine the default location where the 'customer360' database will be stored within the Databricks environment.
A
dbfs:/user/hive/database/customer360
B
dbfs:/user/hive/warehouse
C
dbfs:/user/hive/customer360
D
dbfs:/user/hive/database