1.

_________ is a form of two degree consistency designed for programs that iterate over tuples of a relation by using cursors.(a) Cursor stability(b) Serializability(c) Non-serializability(d) Predicate lockingThe question was posed to me in homework.I'm obligated to ask this question of Insert, Delete Operations and Predicate Reads in division Concurrency Control of RDBMS

Answer»

Right answer is (a) Cursor stability

For explanation I WOULD say: Cursor stability is a form of two degree CONSISTENCY designed for programs that iterate over tuples of a RELATION by USING cursors. It ENSURES that the tuple that is currently being processed is locked in shared mode and any modified tuples are locked in exclusive mode until the transaction commits.



Discussion

No Comment Found

Related InterviewSolutions