The ON INSERT trigger
The ON INSERT trigger defines an action named
"insert", which is dedicated to row creation at the current position in the record
list.
The ON INSERT trigger is similar to the ON APPEND trigger: Only
the position of the new created row changes.
Go to The ON APPEND trigger for more details.