Skip to main content
The SHOW TRIGGERS lists the defined on a table.

Required privileges

The user must have any on the target table.

Synopsis

show_triggers syntax diagram

Parameters

ParameterDescription
table_nameThe name of the table for which to list triggers.

Response

FieldDescription
trigger_nameThe name of the trigger.
enabledWhether the trigger is enabled.

Example

Create a sample table and trigger:
List the triggers on the table:

See also