Question: Which command will return a list of triggers in the current database?

  1. `DISPLAY TRIGGERS;`
  2. `SHOW TRIGGERS;`
  3. `SELECT ALL TRIGGERS;`
  4. `SELECT * FROM information_schema.triggers;`

Answer: The correct answer of the above question is Option B:`SHOW TRIGGERS;`