index
- A database file containing a list of unique data values, with pointers to the
database rows that contain those values. Indexes are used to reduce the time
required to order rows and to optimize the performance of database queries.
See also database, query, row.
- A subscript value into an array.
See also array, subscript.