What is the difference between CS and RR isolation levels?
Answer / s
CS - page or row locks are released as soon as the cursor
is moved to another row or page.
RR - page or row locks are held for all accessed rows,
qualifying or not atleast until the next commit point.
Is This Answer Correct ? | 8 Yes | 2 No |
What is an intent lock?
What does a deadlock mean in DB2?
What is the role of union all and union
how to copy the host variables from ps file into cobol program other than include statement
Can you access the DB2 Directory table using SQL?
how can we retrieve the 100 records of the file ?
What is a collection?
What is the physical storage length of date data type?
what are stage one indexable predicates?
How can i install db2 9.x on AIX based system..? plz reply the detailed steps involved....?
I have a table(product),It contain fields(productname,cost). I want to retrieve the product name ,which cost is second maximum in the table?
How can you classify the locks in db2?