Multiple Choice
Consider a transaction that updates each of the 100 employees' salaries in a table (there is one row per employee) under the immediate update mode and completes after a checkpoint but before a system failure.The system crashes after the checkpoint.What should the recovery procedure perform to make sure the transaction completes as desired?
A) Nothing
B) Redo forward from checkpoint
C) Undo
D) Undo followed by execution of the transaction again
Correct Answer:

Verified
Correct Answer:
Verified
Q37: One of the tools used by the
Q38: The recovery manager uses _ to control
Q39: Which of the following is not considered
Q40: When the recovery manager performs a(n)_ operation
Q41: SQL:2003 provides for a SAVEPOINT statement which
Q43: The transaction property of being _ means
Q44: Locking Granularity: the size of the database
Q45: Consider a transaction that updates each of
Q46: To restore a database using the immediate
Q47: One of the advantages of concurrency transparency