Oracle PL-SQL Question:

Explain the usage of WHERE CURRENT OF clause in cursors?

Tweet Share WhatsApp

Answer:

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

Download Oracle PL-SQL PDF Read All 52 Oracle PL-SQL Questions
Previous QuestionNext Question
What will happen after commit statement?What is a database trigger? Name some usages of database trigger?