DEVFYI - Developer Resource - FYI

What is an Index ?

ORACLE Interview Questions and Answers (Part 1)


(Continued from previous question...)

27. What is an Index ?

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.

(Continued on next question...)

Other Interview Questions