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