Once the lower-level lock is released, the operation cannot be undone by using the old values of updated data items, and must instead be undone by executing a compensating operation; such an operation is called

🎲 Try a Random Question  |  Total Questions in Quiz: 70  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
DBMS Basics Practice Test: Recovery System — practice the complete quiz, review flashcards, or try a random question.

Quiz on classification of failures, backup systems, buffer management and recovery and different lock releases. Database Management Systems (DBMS) use recovery techniques to recover data when the data's state changes or the entire data is lost. The two main types of recovery techniques are: Rollback/Undo Recovery: Undoes the effects of a transaction that failed due to a system error or failure Commit/Redo Recovery: Reapplies the changes made by a transaction that has been completed successfully to the database  Other recovery techniques include: Log-based recovery: Keeps a record of... Show more

Once the lower-level lock is released, the operation cannot be undone by using the old values of updated data items, and must instead be undone by executing a compensating operation; such an operation is called