Conflicts and resolution

Home > Computer Science > Database Systems > ACID properties > Conflicts and resolution

Conflicts can occur when two transactions try to modify the same data. Techniques like optimistic and pessimistic concurrency control are used to resolve conflicts.