You want to remove the price column of the product table. This table is located in the Category schema of the temp datatabase.

Which of the following statements can you use to accomplish this goal?

 Posted by Rajkatie on 6/30/2013 | Category: Sql Server Interview questions | Views: 5048 | Points: 40
Select from following answers:
  1. ALTER TABLE [category].[ product] DROP COLUMN price
  2. DROP COLUMN [category].[product] Odomete price
  3. DROP COLUMN [product].[ Category] price
  4. All Above

Show Correct Answer


Source: measureup.com | | Alert Moderator 

Comments or Responses

Login to post response