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

Verified
Correct Answer:
Verified
Q47: One of the advantages of concurrency transparency
Q48: A _is common data that multiple users
Q49: Typically,the most serious concurrency problem to avoid
Q50: With the _ approach,database updates are written
Q51: A collection of related tasks structured to
Q53: A type of lock usually used on
Q54: Which of the following problems is not
Q55: At checkpoint time:<br>A) Log buffers are force
Q56: A hot spot is common data that
Q57: Typically,the following is not true under most