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 sqlcode -922 ?
Can we able to find all the Table names under a Particular Plan?
Why db2 is called db2?
What is a synonym? How is it used?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
What is the FREE command?
What does the CHECK Utility do ?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
How to resolve -917 sql code in DB2?
What is the difference between drop table and delete table?
how do we solve soc 7 and soc4 ?
How do I optimize a query in db2?