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

 Posted by Vishalneeraj-24503 on 3/23/2015 | Category: Sql Server Interview questions | Views: 2148 | 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