What is the difference between instead of trigger,database trigger and schema trigger?
Posted by silpa on Sep 11 2007
Instead of trigger control operation on view not table
db trigger are executed in response to a particular event on a table
Schema triggers are fired when schema objects(tables) are modified
Leave a Comment