InterviewSolution
Saved Bookmarks
| 1. |
What Is An Index ? |
|
Answer» An INDEX is an optional structure associated with a table to have direct ACCESS to rows, which can be created to increase the PERFORMANCE of DATA retrieval. Index can be created on one or more COLUMNS of a table. An Index is an optional structure associated with a table to have direct access to rows, which can be created to increase the performance of data retrieval. Index can be created on one or more columns of a table. |
|