I was trying to debug why I was getting an error with a database trigger. Turns out that I had to put a following statement in the trigger. Simple fix. However, when browsing the triggers tab on a table in the schema browser, there was no easy way to tell as to which triggers may have had this option nor what sequence they were to be fired. Could you please add some sort of sequencing that utilizes the following statement? It would just make it easier to know the order of execution when there is a following statement. I know there is no guarantee the order for which Oracle fires a trigger unless there is a following statement.

