DELETE TRIGGER Command
Removes a Delete, Insert, or Update trigger for a table from the current database.
DELETE TRIGGER ON TableName FOR DELETE | INSERT | UPDATE |
Parameters
- TableName
-
Specifies the name of table for which the trigger is deleted.
- FOR DELETE | INSERT | UPDATE
-
Specifies the trigger to delete. Include FOR DELETE to remove the Delete trigger, FOR INSERT to remove the Insert trigger, and FOR UPDATE to remove the Update trigger.
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08