Oracle SQL Practice Test
Oracle SQL Oracle SQL DML Operations 3
What is the purpose of the FOR UPDATE clause in an Oracle SQL SELECT statement?
Select your answer
A
Automatically updates retrieved rows
B
Locks selected rows to prevent other sessions from modifying them
C
Returns only updatable rows
D
Validates rows before update
Hint