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.The transaction terminates abnormally after the new values of 10 rows have been written to the log.What should the recovery procedure perform to make sure the transaction completes as desired?
A) Execute the transaction again
B) Redo followed by execution of the transaction again
C) Undo
D) Undo followed by execution of the transaction again
Correct Answer:

Verified
Correct Answer:
Verified
Q61: The decision made by a transaction designer
Q62: Julia has a shared lock on the
Q63: Which one of the following isolation levels
Q64: When transaction T1 has a lock on
Q65: If the SQL transaction boundary statements START
Q67: A lock on a larger data element
Q68: When transactions T1 and T2 are in
Q69: Which of the following is not a
Q70: _ refers to the size of the
Q71: The "D" in the ACID properties of