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 does the sqlcode of -818 pertain to?
When Can you be sure that a query will return only one row?
How we create a tables in DB2 ?Previously client has using 7 letters for user id,now he wants to increase the letters from 7 to 12 for user id.How we can do it?
How to rename a table in DB2 ?
Can we delete records from view?
What is syscat in db2?
Explain the EXPLAIN statement?
List out the buffer pools in db2
What is the advantage in De-normalizing tables in DB2?
When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing?
can you use symbolic parameters in JOB?
How to create db2 table in mainframe?