Concurrency Feature In A Database
The term ‘Concurrency’ indicates a situation when multiple users update the same record from the time they retrieve a record from the database. One possible case is: User 1 retrieves the record – User 2 updates the same record (Committed) – User 1 tries to delete the record – User 1 should get the concurrency [...]