The name of the constraint trigger. The actual name of the
created trigger will be of the form
- RI_ConstraintTrigger_0000 (where 0000 is some number
+ RI_ConstraintTrigger_0000</literal> (where 0000 is some number
assigned by the server).
Use this assigned name when dropping the trigger.
- events
+ event
One of INSERT, UPDATE, or
DELETE; this specifies the event that will fire the
- trigger. Multiple events can be specified using OR.
+ trigger. Multiple events can be specified using OR</literal>.