_________ is a form of two degree consistency designed for programs that iterate over tuples of a relation by using cursors.

_________ is a form of two degree consistency designed for programs that iterate over tuples of a relation by using cursors. Correct Answer Cursor stability

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.
Bissoy MCQ

Related Questions