288 views
0 votes
0 votes

Consider the following schedules:

S1: r1(A); r1(B); w1(C); w2(D); w1(A); w2(A); r1(D);
S2: r1(A); r1(B); r1(C); r1(D); w1(A); w2(B); w3(C); w4(D)

Which of the following option is correct?

A. S1 has blind writes and S2 is not

B. S2 has blind writes and S1 is not

C. Both schedules are conflict serializable

D. None of the above

 

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
3
Ashish Roy 1 asked Mar 16, 2019
1,689 views
In the above 4 Statements which would print 123 as output ? Explain also.
3 votes
3 votes
2 answers
4