Subject Trigger, user update or cascade?
Author firebirdsql
I have a trigger that maintains an aggr total. Is there anyway to know whether an update was triggered by a cascade or a user run sql statement?

Is it better to use a computed column for the aggr total (the total is actually counting records in another table which can get quite large)?