InserInto function copies data from one table and inserts into same or another table. Syntax
        InsertInto ( target_table, select_statement )
    
Remarks Make sure the order of the values is in the same order as the columns in the target table. Examples