2,069 views
1 votes
1 votes

Which of the following statement is/are incorrect? 
A: A schedule following strict two phase locking protocol is conflict serializable as well as recoverable.
B: Checkpoint in schedules are inserted to ensure recoverability.

(A) Only 1

(B) Only 2

(C) Both 1 and 2

(D) None

 

1 Answer

0 votes
0 votes
Statement A is true because strict 2 PL ensure serializibility and recoveribility .

Statement B is false because checkpoints are used for minimize redo-undo operation.it is not ensure recoveribility.

Related questions

0 votes
0 votes
2 answers
1
joshipratik232 asked Aug 16, 2022
468 views
Does Conservative 2PL ensures Recoverability ? If Yes then Does it ensures Cascadeless or Strict recoverable schedule ?
0 votes
0 votes
0 answers
2
gatecrack asked Sep 5, 2018
386 views
Consider th following scheduler1(A)r2(B)r3(C)w1(B)w2(C)w3(D)Find the schedule which are possible to execute by strict 2PL protocol? consider commit operation as immediate...
0 votes
0 votes
1 answer
3
Kaustubh _15 asked Dec 15, 2017
487 views
The above question has a blind write so it should be View Serializable. But can it be Conflict Serializable?