If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I need to execute two triggers after insert statement. But order of execution must be exactly defined. First must execute 1 trigger and then 2 trigger.
How is trigger execution order defined? Is it creation time of trigger?