What is concurrency in db2?

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


Please Help Members By Posting Answers For Below Questions

What is db2 command?

764


What happens in bind step in a db2 program?

718


What do you mean by cursor?

771


What are the two types of logging in the db2 database? Explain them.

783


in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?

1829


How to find the number of rows in db2 tables?

788


What is the purpose of rollback and commit?

786


What is the physical storage length of the data types date, time, and timestamp?

849


Is schema the same as database?

807


What is the physical storage length of date data type?

971


Give the name of some fields form sqlca.

806


How to find primary key of a table in db2?

802


Is the primary key a clustered index?

819


What is blu acceleration in db2?

806


Define data page.

804