What is described by rollback?

Study for the Database Systems Test. Prepare with flashcards and multiple choice questions, each with hints and explanations. Get ready for success!

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