What is the syntax for creating an INSTEAD OF trigger?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the syntax for creating an INSTEAD OF trigger?
Rating:
Following is the syntax for creating an INSTEAD OF trigger:
INSTEAD OF event1 [OR event2 OR event3] ON view_name
[REFERENCING OLD AS old | NEW AS new]
[FOR EACH ROW]
trigger_body
where,
Rating:
Was this information helpful?
Other articles
- What is a package?
- Things to practice for Oracle test 1Z0-147.
- What is remote dependency?
- What is overloading?
- What is the UTL_FILE Oracle supplied package?