Syntax
The syntax for the WHERE CURRENT OF statement in Oracle/PLSQL is either:
OR
Example
Updating using the WHERE CURRENT OF Statement
Here is an example where we are updating records using the WHERE CURRENT OF Statement:
Deleting using the WHERE CURRENT OF Statement
Here is an example where we are deleting records using the WHERE CURRENT OF Statement: