Skip to content
DEA
Data Processing & Transformations
medium
Question 4 of 62

A data engineer wants to revert a Delta table to the state it was in at version 5 after a bad MERGE operation introduced incorrect data. Which SQL command achieves this?

ADELETE FROM table_name WHERE version > 5
BRESTORE TABLE table_name TO VERSION AS OF 5
CALTER TABLE table_name SET VERSION = 5
DVACUUM table_name RETAIN 5 VERSIONS

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion