Answer Posted / mohammadanis
DB2 Isolation is locking technqiue for tables.It can given
while binding the programs. There are several Isolation
levels are there,
1 CS(cursor stability)
2 RR(repeatable read)
3 RS(READ Stability)
4 UR(Uncommited read also known as Dirty read
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is ibm db2 client?
What is the difference between dbm cfg and db cfg file in db2 ?
Are views updateable?
What is the difference between bind and rebind in db2?
What r the comman abends in db2, jcl and cobol???????
Which command is used to remove all rows from a table?
How is deadlock resolved?
What is dbrm? When it will be created?
What is dpf in db2?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
How do you eliminate duplicate values in db2?
How and when does the db2 enforces the unique key?
What are the uses of db2 optimizer?
What is a page in db2?
How to retrieve rows from a db2 table in embedded sql?