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 |
Outputs of explain are with matchcols = 0. What does this signify?
What is runstats db2?
Mention the different locking levels that are available in db2.
Is schema the same as database?
How do I add a column to a table in db2?
List down the data types in the db2 database.
What is database reorganization?
what is different three logs in DB2?
Update command
My SQL is not performing well. Describe how will you fine tune it?
assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify it
How do you retrieve the first 5 characters of firstname column of db2 table emp?