What are the isolation levels possible ?

Answers were Sorted based on User's Feedback



What are the isolation levels possible ?..

Answer / s

Cursor Stability (CS)
Repeatable Read (RR)
Read Stability (RS)
Uncommited Read (UR)

Is This Answer Correct ?    10 Yes 0 No

What are the isolation levels possible ?..

Answer / deepa

Answer given above is correct

Is This Answer Correct ?    3 Yes 2 No

What are the isolation levels possible ?..

Answer / tanuj rastogi

answer given above is incorrect

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More DB2 Interview Questions

What do you mean by cursor?

0 Answers  


what is the use of cursors?

3 Answers   iGate,


What is sqlca?

0 Answers  


Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?

1 Answers   IBM,


What language is db2 written in?

0 Answers  






What are column-name qualifiers used?

1 Answers  


What do you need to do before you do EXPLAIN?

1 Answers  


What is read-only cursor?

1 Answers  


How to find last record before record through SQLRPGLE?

1 Answers   IBM,


What is a NULL value? What are the pros and cons of using NULLS?

2 Answers  


I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?

0 Answers   HeadStrong,


What are union and union all?

0 Answers  


Categories