Insert or append records to a table
x insert y insert[x;y]
Where
x is a symbol atom naming a non-splayed tabley is one or more records that match the columns of x; or if
x is undefined, a table
inserts y into the table named by x and returns the new row indexes.