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