How do I know where all( in which tables) the new records are created when I've updated a field in a Table.
I've updated a field it displayed. actually it updated only one row in my original table
1 row effected.
1 row effected
1 row effected.
1 row effected.
four times.
So I realized and seen the triggers defined for that table, then also I was able to find only one record inserted in a different table through record.
How to know all the tables where all my update ...cause to insert records.