Computer Science, asked by gulzaar5374, 2 months ago

Discuss the advantage of commit statement over rollback statement

Answers

Answered by aniketjanacom
0

Answer:

COMMIT permanently saves the changes made by current transaction. ROLLBACK undo the changes made by current transaction. Transaction can not undo changes after COMMIT execution. Transaction reaches its previous state after ROLLBACK.

Similar questions