Consider a transaction T1 that committed prior to checkpoint. The <T1 commits> record appears in the log before the <checkpoint> record. Any modifications made by T1 must have been written to the stable storage either with the checkpoint or prior to it. Thus at recovery time ____________
a) There is a need to perform an undo operation on T1
b) There is a need to perform a redo operation on T1
c) There is no need to perform an undo and redo operation on T1
d) all of the mentioned
Answer: c
Explanation: There is no need to perform an undo and redo operation on T1
Related Posts
The elements of an array are stored successively in memory cells because
Each array declaration need not give, implicitly or explicitly, the information about
Linked lists are best suited
Arrays are best data structures
Finding the location of the element with a given value is:
The operation of processing each element in the list is known as
Which of the following criterion is NOT written using the proper syntax?
Join The Discussion