InterviewSolution
Saved Bookmarks
| 1. |
What Is An Index? How Many Types Of Indexes Are There? |
|
Answer» Index is used to PROVIDE faster access to the data in a table than SCANNING EVERY page. Sometimes index can be used as mechanism for enforcing uniqueness. Index is used to provide faster access to the data in a table than scanning every page. Sometimes index can be used as mechanism for enforcing uniqueness. |
|