ALTER TRIGGER ON name INSTEAD OF INSERT|UPDATE|DELETE (AS FOR EACH ROW block) | (ENABLED|DISABLED)
Alter trigger
Usage
Syntax rules
-
The target
name
must be an updatable view. -
Triggers are not true schema objects. They are scoped only to their view and have no name.
-
Update procedures must already exist for the given trigger event. For more information, see Triggers.