SQL - SELECT INTO Syntax Add Comment We can copy all columns into the new table: SELECT * INTO newtable [IN externaldb] FROM table1; Or we can copy only...