Is there a query which lists all the triggers created for any event on a particular table.
Say I have a table named client, and I want to list all the triggers creared for any event(say insert/update/delete etc) on that table.
Any kind of help is appreciated
SHOW TRIGGERS
e.g.