JPMorganChase Interview Question

what happens to the rows affected by the statement level trigger?

Interview Answer

Anonymous

Jul 13, 2012

Statement Level trigger fires only once per statement and not for each row affected by the triggering event. So statement level trigger will not affect rows in the table.