in Databases
530 views
1 vote
1 vote
W1(A) W2(A) Commit1 Commit2
Is a
A) Concurrent Schedule
B) Recoverable Schedule
C) Cascadeless rollback Recoverable schedule
D) Strictly recoverable schedule
in Databases
530 views

4 Comments

but is it a roll back??
0
0
Mam,it is a blind write any manipulation of variable A is occur between R(A) and write operation  i.e W(A).in this question there is no read operation then both write operation can write anything .W2(A) does not goes to check what is value of A written by W1(A) in log file.it's my interpretation .if it's wrong correct me.
0
0
simply saying, there is no dirty read ===> cascadeless recoverable schedule. (yes option a and b also true)

But note that it is not strict schedule
0
0

1 Answer

0 votes
0 votes
It will be Cascadeless rollback or cascadeless schedule and recoverable schedule.

A,B,C are true.

Related questions