What is meant by isolation level?
Answers were Sorted based on User's Feedback
Answer / s
Isolation level determines how long the page or row locks
will be held.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / manidhan
ISOLATION LEVEL - Level of Isolation between two
transactions that want the same resource.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srinivas chennareddy
Isolation level will let you know,how soon the acquired
lock will be released.
| Is This Answer Correct ? | 0 Yes | 1 No |
What do you mean by between and in? Is between inclusive of specified range values?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What is image copy?
we can code COPY DCLGEN or INCLUDE DCLGEN, At which stage of the precompilation , dclgen get expanded if we write 1) copy 2) include one question about dclgen.. Is it mandatory to use declare table in dclgen.. I think no...but it will be used by the precompiler to validate the table name,column name etc.., can one clear my doubt ..is it necessary to include declare table or not?
What do you do to keep the cursor from closing after a commit?
List out the three types of page locks that can be held.
4. A DB2 application is bound with uncommitted Read isolation level.It issues a request that retrieves 20 rows out of 200000 in the table. Which of the following descrbes the rows that are locked as a result of this request? a. None of the rows are locked. B.The retrieved rows are locked. C.The last row of the result set is locked. D.The rows not previously updated by another application are locked.
What is a view? Why use it?
what is commit & rollback? When and where is used while compiling a cobol-db2 program?
How can you count the number of rows from a table tab?
i have a table like this : Name ADDRESS Toto 123 ... Toto 456 ToTo 678 I would like to delete 2 last row...please tell me how to delete its
Is it possible to precompile if db2 goes down?