Insert Record into Table

The Insert Record into Table command adds new rows of data to a table – the equivalent of writing a specified record/table to a file/database. Although this command temporarily places the record/table into the file/database, the action is not permanent until a COMMIT statement has been executed. Until then, the temporary insertion can be reversed by a ROLLBACK statement.

Variables