0 votes
in DBMS by
Describe concurrency control in DBMS?

1 Answer

0 votes
by

Concurrency control is the process managing simultaneous operations against a

database so that database integrity is no compromised. There are two approaches to

concurrency control.

The pessimistic approach involves locking and the optimistic approach involves

versioning.

...