Give a brief description of db2 isolation levels?
Answer / Saket Shukla
DB2 isolation levels define the degree of consistency between transactions. There are five isolation levels: READ UNCOMMITTED (0), READ COMMITTED (1), REPEATABLE READ (2), SERIALIZABLE (3), and SNAPSHOT (4). Each level offers varying levels of concurrency control and data consistency.
| Is This Answer Correct ? | 0 Yes | 0 No |
Differentiate between cs and rr isolation levels? Where do you specify them?
When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing?
Can you use max on a char column?
What happens to a tablespace when its recovery infromation has been removed and a full recovery is no longer possible?
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?
which is the most efficient tablespace?? a.simple tablespace. b.partitioned tablespace. c.segmented tablespace. d.none of the above. please post answer with the reason.?
How to rename a table in DB2 ?
Is it possible using max on a char column?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
How would you print the output of an SQL statement from SPUFI?
What is the use of dclgen in db2?
What is the purpose of coding FETCH in a SQL SELECT query? Explain with an example in Detail?