Case
SQLCreateTrigger.EventSpecifier.delete
Execute the trigger when one or more rows in the table are deleted.
case delete
Discussion
If a DELETE query runs without deleting any rows, the trigger is not executed.
Case
case delete
If a DELETE query runs without deleting any rows, the trigger is not executed.