What are the levels of isolation available with DB2V4
Answers were Sorted based on User's Feedback
Answer / nag(igate)
CS Cursor Stability
RS Read Stability
RR Repeatable Read
UR Uncomitted Read
NC no commit-similar to UR
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / s
CS Cursor Stability
RS Read Stability
RR Repeatable Read
UR Uncomitted Read
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the maximum No of rows per page?
How to fetch the last row from the table in SQL (db2)?
how to resolve -805. give clear explination for that
What is the difference between IN subselects and EXISTS subselect?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
What is the syntax of SELECT statement when embedded in a COBOL program?
what is difference between Static call and Dynamic call? How does it function?
How do I create a table MANAGER (EMP-NO, MANAGER) where MANAGER is a foreign key which references to EMP-NO in the same table? Give the exact DDL.
what types of copies can be made with the COPY Utility ?
why we go for SPUFI for creating tables or for sql queries?
How does coalesce work?
What is the SQL query to select, delete and get count of duplicate rows in DB2?