Write Lock

In database concept, Write lock is an exclusive lock for a row — only one operation/transaction can acquire it at a time for a row

[!note]
Write lock is still being used even outside transaction block. This is the default behaviour of Database/SQL to guarantee isolation.