Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
After executing the following commands in sequence: CREATE DATABASE db_hr;, USE db_hr;, CREATE TABLE employees;, where will the employees table be stored?
CREATE DATABASE db_hr;
USE db_hr;
CREATE TABLE employees;
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