Back to the 2020 paper

Module 4: Transaction Processing

20202m

Consider the following action :
TRANSACTION.....
Commit;
ROLLBACK;

What does rollback do?
(i) Undoes the transactions before commit
(ii) Clears all transactions
(iii) Redoes the transactions before commit
(iv) No action

Similar questions