Which command will return a list of triggers in the current database?
SHOW TRIGGERS;
SELECT * FROM information_schema.triggers;
SELECT ALL TRIGGERS;
DISPLAY TRIGGERS;