What are the Isolation levels possible ?

Answers were Sorted based on User's Feedback



What are the Isolation levels possible ?..

Answer / rafee s

CS -- Cursor Stability.
RR -- Repeatable Read.
UR -- Uncommitted Read
RS -- Read Stability
NC -- No Commit (smiler to UR)

Is This Answer Correct ?    9 Yes 0 No

What are the Isolation levels possible ?..

Answer / narayana reddy

CS-cursor stability
RR-repeatable read
UR-uncommited read

Is This Answer Correct ?    3 Yes 0 No

What are the Isolation levels possible ?..

Answer / krishnan

CS-cursor stability
RR-repeatable read
UR-uncommited read
CR-Cursor Readabiliy

Is This Answer Correct ?    2 Yes 2 No

What are the Isolation levels possible ?..

Answer / viratarya

CS -- Cursor Stability.
RR -- Repeatable Read.
UR -- Uncommitted Read
RS -- Read Stability

Is This Answer Correct ?    0 Yes 0 No

What are the Isolation levels possible ?..

Answer / naveen87ginjupalli

CS-CURSOR STABILITY
RR-REPEATABLE READ

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More DB2 Interview Questions

What is clone table?

0 Answers  


Where could you look if you had a question about whether a column has been defined as an index?

2 Answers  


How to find the maximum value in a column in the db2 database?

0 Answers  


Is there any advantage to denormalizing DB2 tables?

1 Answers  


How can we read records for specific member in CL? AND rpg?

0 Answers  






how we will do null data selection in cobol-db2 program

2 Answers   Wipro,


How is the value function used?

0 Answers  


What are the contents of dclgen?

0 Answers  


I have a table which has thousand of records i want to fetch only record num 100 to record num 200. Write a query that satisfies this criteria.(Cant use any keys) Anyone please reply ASAP!

17 Answers   KNIT, Tech Mahindra,


What is phantom read in db2?

0 Answers  


How can you validate Sql errors during cursor operation in db2 pgms and where do you code?

0 Answers   IBM,


Following a db2 update statement, what is the quickest way to compute the total number of updated rows?

0 Answers  


Categories