Locking is the technique used to ensure isolation between transactions. Locks are placed on data that is being accessed by a transaction, so it cannot be modified by another transaction.
Locking is the technique used to ensure isolation between transactions. Locks are placed on data that is being accessed by a transaction, so it cannot be modified by another transaction.