Explain what are the various isolation levels possible?



Explain what are the various isolation levels possible?..

Answer / Shobha Yadav

Isolation levels in DB2 determine how transactions interact with each other and the database. There are several levels, including:nn- SERIALIZABLE: Each transaction appears to execute serially, one after another. No interference between transactions is allowed.n- REPEATABLE READ: Transactions cannot see changes made by other transactions that began after the transaction started.n- READ COMMITTED: A transaction can see changes committed by other transactions before it starts, but not changes that are still in progress.n- UNCOMMITTED: This level allows dirty reads (reading uncommitted data), nonrepeatable reads (changes made to a row by one transaction may be overwritten by another transaction), and phantom reads (new rows added by another transaction may appear or disappear).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

define clustering index.

1 Answers  


If the main program has only cobol statements and subprogram has the db2 statements what is the procedure for precompilation. for which program we need to do the precompilation

1 Answers   IBM,


What is reorg and runstats in db2?

1 Answers  


db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above.

1 Answers  


What is cobol db2?

1 Answers  


How can the duplicate values be eliminated from db2 select?

1 Answers  


How to select the duplicate rows from a table?

4 Answers  


can i code union in cobol-db2 pgm ?

4 Answers   Patni,


what types of copies can be made with the COPY Utility ?

1 Answers  


How do I add a column to an existing table in db2?

1 Answers  


pls tell me abt the normalization five types....

2 Answers  


I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?

0 Answers  


Categories