Explain the usage of WHERE CURRENT OF clause in cursors?

Submitted by: Administrator
WHERE CURRENT OF clause in an UPDATE,DELETE statement refers to the latest row fetched from a cursor. Database Triggers
Submitted by: Administrator

updating or deleting records that have been referenced by a Select For Update statement, it can use the Where Current Of statement
Submitted by: Zakir

Read Online Oracle PL-SQL Job Interview Questions And Answers