Specifies that the trigger is to run once for the statement no matter how many rows are affected by the operation. For example, if an update statement updates multiple rows in a table, you may only want the trigger to run once after all of the rows are updated. You should select Once for the statement. However, if you want the trigger to run every time a row is updated, then you should select For each row.