logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the difference between Cursor Stability and Repeatable Read isolation levels?


  • Correct Answer
  • 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 


  • Technology problems


    Search Results


    • 1. What is COPY PENDING status?
    • Discuss
    • 2. What is SQLCA?
    • Discuss
    • 3. What is Mainframe Testing?
    • Discuss
    • 4. What is SPUFI?
    • Discuss
    • 5. How does DB2 use multiple table indexes?
    • Discuss
    • 6. What does it mean if the null indicator has -1, 0, -2?
    • Discuss
    • 7. How can record locking be achieved in those DB2 versions which do not support it?
    • Discuss
    • 8. What is the need to code COMMITS in batch programs?
    • Discuss
    • 9. Why is free space left in KSDS Dataset?
    • Discuss
    • 10. What is the difference between primary key & unique index ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment