The CREATE TRIGGER command defines and names a trigger that will be stored in the database.
Name
CREATE TRIGGER -- define a simple trigger.
Synopsis
Name
CREATE TRIGGER -- define a compound trigger.
Synopsis
Where private_declaration is an identifier of a private variable that can be accessed by any procedure or function. There can be zero, one, or more private variables. private_declaration can be any of the following:
Variable Declaration
Record Declaration
Collection Declaration
REF CURSOR and Cursor Variable Declaration
TYPE Definitions for Records, Collections, and REF CURSORs