Follow Our FB Page << CircleMedia.in >> for Daily Laughter. We Post Funny, Viral, Comedy Videos, Memes, Vines...


What is concurrency in db2?



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

Post New Answer

More DB2 Interview Questions

what is the name of the default db2 catalog database?

3 Answers   IBM,


What is copy book?

1 Answers   Thomson Reuters,


What are the 4 environments which can access DB2 ?

2 Answers  


What is a composite index and how does it differ from a multiple index?

1 Answers  


How do I connect my db2 database to ibm?

0 Answers  






Suppose there are many duplicate records in a Db2 table. What is the query to retrive only duplicate records?

4 Answers  


How to resolve the -305 error code in DB2? And also please let me know, how to resolve the db2 error codes.

7 Answers   TCS,


OUTER JOINS USED TO GET MATCHING AND NONMATCHING ROWS FORM 2 OR MORE TABLES BASED ON COLUMNS. SIMPLE JOINS ALSO DO THE SAME THEN WHAT IS THE USE OF OUTER JOINS.

1 Answers   Syntel,


is there any restrictions for unions ?

4 Answers   Patni,


On which levels locks can be applied?

0 Answers  


Which transaction use a command thread ?

1 Answers  


What is a lock?

1 Answers  


Categories