Select the command that will revert back all the updates performed by the SQL in the transaction.
Answer options
A
COMMIT
B
TRUNCATE
C
DELETE
D
ROLLBACK
Correct answer: ROLLBACK
Explanation
Quick AnswerThe correct answer is ROLLBACK because it directly addresses the core logic of Practice Set 1.
ROLLBACK undoes uncommitted changes made in the current transaction.