Information Schema TRIGGERS Table
The Information Schema TRIGGERS table contains detailed information about triggers, including the event, timing, and action statement.
The Information Schema TRIGGERS table contains information about triggers.
It has the following columns:
Queries to the TRIGGERS table return information even if the user doesn't have SELECT on the columns. The columns ACTION_CONDITION, ACTION_STATEMENT and DEFINER are NULL unless the user has the TRIGGER . Similar information is returned by the statement.
This page is licensed: CC BY-SA / Gnu FDL