On Fri, 8 Nov 2002, Ludwig Lim wrote:
> Hi:
>
> Can I have more than 1 trigger of same kind on one
> table? (i.e. 2 AFTER INSERT TRIGGER) on 1 table?
Yes.
> Does having more than 1 trigger of the same kind
> produces some side effect? I mean is the order of the
> trigger firing is always the same?
IIRC the triggers are fired in name order.