You want to create table based on the columns and the data contained in rows output by a particular query. Created Table should be automatically populated with the data that is generated by the query.

 Posted by Rajkatie on 12/31/2012 | Category: Sql Server Interview questions | Views: 5973 | Points: 40
Select from following answers:
  1. SELECT . . . INTO
  2. CREATE TABLE
  3. ALTER TABLE
  4. All Above

Show Correct Answer


Source: Measureup.com | | Alert Moderator 

Comments or Responses

Login to post response