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
- How is a SQL statement executed?
- What is the signature mode of remote dependency?
- Things to practice for Oracle test 1Z0-147.
- What are the development steps for creating a package?
- What is the trigger restriction on a mutating table?