334 views
0 votes
0 votes
consider the log of transaction given below

<T0,START>

<T0,S,1000,2000>

<T0,H,2,3>

identify the correct actions which are part of undo(T0) ??

 

H is restored to 3.

S is set to 1200.

H is restored to 1000

<T0,S,1000,2000>  log record is written out..

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
0 votes
0 votes
1 answer
3
Bharat patra asked Nov 25, 2018
1,884 views
Consider the following schedule :S:r1(A);w1(B);r2(A);w2(B);r3(A);w3(B);Here ri(X) denotes read on data item X and wi(X) denoted write on data item X .The total number of ...