Which statement is correct about Index in Sql Server?

 Posted by vishalneeraj-24503 on 1/2/2015 | Category: Sql Server Interview questions | Views: 2079 | Points: 40
Select from following answers:
  1. An index is a physical structure containing pointers to the data.
  2. An index can be created in a table to find data more quickly and efficiently.
  3. An index helps speed up SELECT queries and WHERE clauses.
  4. An index works like a Page index used for searching for any particular page.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response