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.
Answers were Sorted based on User's Feedback
a. none of the rows are locked.
Thanks;
Amita Sharma.
| Is This Answer Correct ? | 8 Yes | 1 No |
What is the picture clause of the null indicator variable?
The only place of VSAM KSDS in DB2 is?
is it possible to get -811 error when you use cursors. why?
What is a DBRM, PLAN ?
When the like statement is used?
What is the cobol picture clause of the db2 data types date, time, timestamp?
What is db2 and what is the use of db2 optimizer?
Name the various locking levels available?
What is the function of the Data Manager?
How do you do the EXPLAIN of a dynamic SQL statement?
When is the skeleton cursor table created?
Is it Possible to declare or create a cursor for UPDATE of table? If yes tell me how? If no Tell me why?