Answer Posted / vasuki🐍
Concurrency is the ability of more than one application process to access the same data at essentially the same time.
However, DB2 use locks to control concurrency to prevent lost updates and such possibly undesirable effects as unrepeatable reads and access to uncommitted data.
locks ensure that no process accesses data that has been changed, but not yet committed,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about mirror activator disk mirroring?
Which command is used to remove all rows from a table?
How can you find out the # of rows updated after an update statement?
What is ibm db2 database?
What is host variable in db2 cobol?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
Is ibm db2 open source?
How to rename a table in DB2 ?
Is db2 relational database?
What is runstats and reorg in db2?
What is reorg?
How do you concatenate the firstname and lastname from emp table to give a complete name?
Define sqlca.
How will you return the number of records in table?
What is rebind in db2?