
Ultimate access to all questions.
A junior data engineer created a backup table named 'orders_backup' from the 'orders' table. However, queries on 'orders_backup' now fail, indicating missing data files, coinciding with a VACUUM command execution on 'orders'. How was 'orders_backup' likely created?_
A
The 'orders_backup' table was created by fully copying the 'orders' table’s directory._
B
The 'orders_backup' table was created using Delta Lake’s DEEP CLONE functionality from the 'orders' table._
C
The 'orders_backup' table was created using CTAS statement from 'orders' table._
D
The 'orders_backup' table was created using Delta Lake’s SHALLOW CLONE functionality from the 'orders' table._
E
The 'orders_backup' table was created using CRAS statement from 'orders' table._