Which is the correct syntax to create an Index on column?

 Posted by vishalneeraj-24503 on 1/2/2015 | Category: Sql Server Interview questions | Views: 2788 | Points: 40
Select from following answers:
  1. create index index_name on table_name(column_name);
  2. create index on table_name(column_name) as index_name;
  3. create index index_name table_name(column_name);
  4. None of these.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response