What is the roll of INDEX in a query?

Showing Answers 1 - 4 of 4 Answers

KALIA

  • Oct 29th, 2005
 

INDEX IS THE PREDEFIND .THROUGH WHICH WE CAN ACCESS TABLE ELEMENTS

  Was this answer useful?  Yes

Syam

  • Dec 2nd, 2005
 

In a query if there is an index it will make the search faster ....usually indexes are recommended in the WHERE clause

  Was this answer useful?  Yes

pradipta

  • Feb 3rd, 2006
 

INDEX is generally used to make query access faster.It also takes less time for execution b'use it will not go for searching all the data's in the table.It will search only by using that INDEX.INSEX is created on the column of a table.Then a condition has also given in WHERE clause which will make it also more faster.

  

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions