Creates an action that inserts {1} into {0}. The action returns a table containing the inserted rows as they appear in {0} ...

Creates an action that inserts {1} into {0}. The action returns a table containing the inserted rows as they appear in {0} after the action executes.

Target-specific default values are used for the columns in {0} that are not specified in {1}.

The function raises an evaluation error if {0} is not updatable or if {1} is not compatible with {0}.

The action raises an execution error if the operation fails.

NOTE: {0} may be left in a partially updated state if an execution error occurs.