What is meant by 'concurrency control'?
It refers to the possibility of the loss of data integrity due to concurrent access to data from multiple access points. It can be avoided by locking records, and by setting rollback points to recover database to its state prior to transaction being processed.