INSERT statement
You can use an INSERT statement to insert rows from a values set or from a subquery result table into a database table.
See your database vendor documentation for information on the syntax of INSERT statements. There may be variations in syntax depending upon the database vendor that you are using.
Parent topic
Creating an INSERT statement