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
ROLLBACK undoes uncommitted changes made in the current transaction.