Table of Contents
Oracle Database - SELECT ... FOR UPDATE statement
About
The SELECT … FOR UPDATE statement is a special type of SELECT statement that does lock the row that it is reading.
It's the only exception where a reader can blocks a writer.