1.

What Is Row-level Trigger?

Answer»

A ROW trigger is FIRED each TIME the table is affected by the triggering statement. It is useful in case the code in the trigger depends on DATA provided by the triggering statement or rows that are affected.

A row trigger is fired each time the table is affected by the triggering statement. It is useful in case the code in the trigger depends on data provided by the triggering statement or rows that are affected.



Discussion

No Comment Found