Locking is a procedure used to control concurrent access of the data. A lock may deny access to other transaction in order to prevent incorrect results (if multiple people are updating the same data).
Locks can be of two types: – • Exclusive lock or Write lock • Shared lock or Read lock
- Exclusive [...]

Recent Comments