📝 Question
#1088
In order to undo the work of transaction after last commit which one should be used?
✓
Correct Answer
C. Rollback
💡
Explanation
Rollback work causes the current transaction to be rolled back; that is, it undoes all the updates performed by the SQL statements in the transaction.
⌨️ Press
A
B
C
D
to select