969 views
2 votes
2 votes
Which of the following statement is correct ?
1. 2 phase locking protocol does not suffer with problem of cascading rollback
2. Strict 2 phase protocol never results in deadlock
3. In strict 2 phase protocol, restriction of releasing exclusive locks until commit ensures no cascading rollbacks
4. Time-stamp ordering protocol can generate non-recoverable schedules

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
3
gulsanchouhan asked Sep 28, 2017
342 views
Which of the following can be described as a programming model used to develop applications processing massive amounts of data in a distributed and/or parallel manner?1. ...
1 votes
1 votes
0 answers
4
gulsanchouhan asked Sep 28, 2017
388 views
Consider the following databaseCol 1Col 2Col 3123456789If Col1 and Col2 form a column family and Col3 is another column family, how is the data stored?A. 1 2 3 4 5 6 7 8 ...