Display triggers defined in the current schema.
Section: triggers and events
List triggers
sql
sql
SHOW TRIGGERS;Explanation
Useful when debugging hidden side effects during inserts, updates, or deletes.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing triggers and events