What is described by rollback?

Prepare for your Database Systems Test. Use flashcards and multiple-choice questions, each question with hints and explanations. Ace your exam!

Multiple Choice

What is described by rollback?

Explanation:
Rollback undoes all changes made in the current transaction since the last commit, restoring the database to the state it had at that commit. This preserves atomicity: either the entire transaction is committed and becomes permanent, or all of its uncommitted updates are discarded by a rollback. It doesn’t move the database forward or permanently save updates—that’s what committing does.

Rollback undoes all changes made in the current transaction since the last commit, restoring the database to the state it had at that commit. This preserves atomicity: either the entire transaction is committed and becomes permanent, or all of its uncommitted updates are discarded by a rollback. It doesn’t move the database forward or permanently save updates—that’s what committing does.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy