InterviewSolution
Saved Bookmarks
| 1. |
What is concurrency in terms of DB2? |
|
Answer» Concurrency MEANS that more than one application PROCESS of DB2 can access the DATA at the same time. Concurrency can CAUSE some issues like lost updates, access to unrepeatable reads and uncommitted data. |
|