
Ultimate access to all questions.
After executing the following commands in sequence: CREATE DATABASE db_hr;, USE db_hr;, CREATE TABLE employees;, where will the employees table be stored?
A
dbfs:/user/hive/warehouse
B
dbfs:/user/hive/warehouse/db_hr_
C
dbfs:/user/hive/warehouse/db_hr.db_
D
dbfs:/user/hive/databases/db_hr.db_
E
More information is needed to determine the correct answer