Oracle PL-SQL Question:
Explain the usage of WHERE CURRENT OF clause in cursors?
Answer:
WHERE CURRENT OF clause in an UPDATE,DELETE statement refers to the latest row fetched from a cursor. Database Triggers
Previous Question | Next Question |
What will happen after commit statement? | What is a database trigger? Name some usages of database trigger? |