Declare a trigger name
The trigger name identifies the trigger, and must be unique
among trigger names within the database. The trigger name follows
the words CREATE TRIGGER in the statement. Like any SQL identifier,
can be up to 128 bytes in length, beginning with a letter and consisting
of letters, digits, and the underscore ( _ ) symbol. In the following
example, the portion of the CREATE TRIGGER statement that is shown
declares the name upqty for the trigger:
CREATE TRIGGER upqty -- declare trigger name