Use this tag for questions about the SQL construct SELECT ... FOR UPDATE, which is an extension of standard SQL found in some databases to lock result rows as soon as you fetch them. This strategy is known as pessimistic locking.
References:
Related tags: rowlocking pessimistic-locking