Case
SQLCreateTrigger.EventSpecifier.update
Execute the trigger when one or more rows in the table are updated.
case update
Discussion
If an UPDATE query runs without updating any rows, the trigger is not executed.
Case
case update
If an UPDATE query runs without updating any rows, the trigger is not executed.