A data engineer is working with a Delta Lake table named ‘orders_archive’, which was created using the command `CREATE TABLE orders_archive DEEP CLONE orders`. The engineer needs to synchronize the latest changes from the original 'orders' table to this clone. Which command should be used to accomplish this task? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz