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.

Expand imageRemarks

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic