The SQL Server SELECT statement includes an INTO clause which is used to create a table object based on the resultset of the query. The table created by the INTO clause can be a session-level temporary table, a global temporary table, or a user defined...