Join Examsbook
1193 0

Q: What is the difference between Cursor Stability and Repeatable Read isolation levels?

  • Show AnswerHide Answer
  • Workspace

Answer :
Explanation :

CURSOR STABILITY: - CS is a row level locking - Acquires an exclusive lock on the row that is to be updated - When the control is moved to the next updatable row, the lock is released REPEATABLE READ: - RR is a page level locking - Acquires an exclusive lock on the entire page which is the source of row availability - When the control is moved to the next updatable page the lock is released

Are you sure

  Report Error

Please Enter Message
Error Reported Successfully