Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A data engineer is tasked with upgrading a table to a Unity Catalog managed table. Which of the following queries should the data engineer use to accomplish this task?
A
MIGRATE TABLE TO .. AS SELECT * FROM hive_metastore..;
B
CREATE TABLE .. AS SELECT * FROM hive_metastore..;
C
ALTER TABLE hive_metastore.. AS ..;
D
UPGRADE TABLE TO .. AS SELECT * FROM hive_metastore..;
E
CREATE TABLE .. AS SELECT * FROM .;