Patrick Hatcher <PHatcher(at)macys(dot)com> writes:
> Attempting to do my first trigger and I'm confused about which FOR EACH I
> should use: ROW or STATEMENT. I import about 80K rows into an existing
> table each day. If I do a STATEMENT, will the changes only happen on the
> new 80K rows I inserted or will it be for all rows in the table - currently
> about 12M.
If you told us what you want the trigger to do it would probably be
helpful.
-Doug