Select from following answers:- SELECT Name, city, GroupName INTO TestTable FROM category

- SELECT * GroupName INTO TestTable FROM category
- SELECT Name, city,GroupName INTO category FROM TestTable
- All Above
Ans 2 will create the correct table, but with duplicate of the category table rather than just using the Name and GroupName columns.
Show Correct Answer
Source: measureup.com | |
Alert Moderator