What is concurrency in db2?
Answer / 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 |
What is rebind in db2?
What Utility is used to migrate DB2 from one release to the next?
Can we insert update delete in view?
What will the FREE command do to a plan?
Which components manage deadlocks in db2?
My sql statement select avg(salary) from emp yields inaccurate results. Why?
db2 restart logic ?
What are bind parameters in db2?
How can you split a table in to exactly half?
What is meant by union and union all?
What is the difference between a package and a plan?
6 Answers Infosys, L&T, Mphasis,
What is db2 look?