Oracle SELECT FOR UPDATE
Just like to know the result in the below scenario.
When we select a record using FOR UPDATE OF table.column_name.
What would be result set when another simple SELECT query runs to fetch
the particular record which was locked by FOR UPDATE OF ?
No comments:
Post a Comment