
Answer-first summary for fast verification
Answer: dbfs:/user/hive/warehouse
By default, databases created in Databricks are stored in the Hive warehouse directory, which is typically 'dbfs:/user/hive/warehouse'. This is the default location used to store the metadata for databases and tables unless explicitly specified otherwise when creating the database.
Author: LeetQuiz Editorial Team
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
No comments yet.