DATABASE TRIGGER NOTES:
  • Table Owner - Owner of the table
  • Table Name - Name of the table
  • Trigger Name - Name of the trigger
  • Trigger Name - When the trigger fires (BEFORE EACH ROW, AFTER EACH ROW, BEFORE STATEMENT, AFTER STATEMENT)
  • Triggering Event - Statement that fires the trigger (INSERT, UPDATE, DELETE)
  • Status - Whether the trigger is enabled (ENABLED or DISABLED)