Computer Science, asked by iaskhushi0701, 6 months ago

My courses
when one transaction accesses data before and after another transaction completed its operation (on the same data) is
Last Update
inconsistent Retrieval
cind write
a Dirty Read​

Answers

Answered by piyushsingh8526
0

Answer:

Concurrency control is the process of managing simultaneous execution of transactions (such as queries, updates, inserts, deletes and so on) in a multiprocessing database system without having them interfere with one another.

This property of DBMS allows many transactions to access the same database at the same time without interfering with each other.

The primary goal of concurrency is to ensure the atomicity of the execution of transactions in a multi-user database environment. Concurrency controls mechanisms attempt to interleave (parallel) READ and WRITE operations of multiple transactions so that the interleaved execution yields results that are identical to the results of a serial schedule execution

Similar questions