Answer Posted / s
Lock contention occurs when an application program is
trying to acquire a lock that is held by another
application program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is db2 connect?
What is dbrm? When it will be created?
How to find the number of rows in a db2 table?
What is release/acquire in bind?
Comment whether the cursor is closed during commit or not.
How many databases can be created inside an instance in db2 ?
What db2 400?
What is the maximum size of varchar data type in db2?
Explain package in db2 and its advantages?
What is the role of the data page in the db2 database?
How do you find the maximum value in a column in db2?
What is null in db2?
How to create backup table in db2?
What is runstats and reorg in db2?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?