the........... statement causes this statement to undo all the updates performed on the transaction
1) undo work
2) rollback work
3) commit work
4) replace work
Answers
Answered by
3
The rollback work statement causes this statement to undo all the updates performed on the transaction.
Explanation:
This command can be used to undo transactions since the last commit or rollback command was issued.
Syntax:
Rollback;
Hope it helps!
Similar questions