The SELECT INTO statement selects data from one table and inserts it into a different table.
Incoming search terms for the article:
hora select into, INTO new_table_name [IN externaldatabase], SELECT * INTO Persons_Backup IN \Backup mdb\ FROM Persons, select column_name(s) into new_table_name [in externaldatabase] from old_tablename, select column_name(s) into new_table_name [in externaldatabase] from old_tablename in sqlserver with example