As far as I know a Trigger is created as an independent object but listens to certain events on a table.
So if I output just a table definition (with columns,...) they are NOT listed.
Assume I have a table "mytable123": How can I list all Triggers which are currently assigned to this table?
Peter