Which statement is the correct statement for removing column from an existing table in Sql Server?

 Posted by vishalneeraj-24503 on 11/5/2014 | Category: Sql Server Interview questions | Views: 2727 | Points: 40
Select from following answers:
  1. alter table table_name drop column column_name.
  2. alter table table_name delete column column_name.
  3. alter table table_name alter column column_name.
  4. None of the above.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response