
Ultimate access to all questions.
The data engineering team has a table ‘orders_backup’ that was created using Delta Lake’s SHALLOW CLONE functionality from the table ‘orders’. Recently, the team started getting an error when querying the ‘orders_backup’ table indicating that some data files are no longer present. Which of the following correctly explains this error?
A
The OPTIMIZE command was run on the orders_backup table_
B
The VACUUM command was run on the orders table
C
The REFRESH command was run on the orders_backup table_
D
The OPTIMIZE command was run on the orders table
E
The VACUUM command was run on the orders_backup table_