Author: Biswajit Dutta
Oracle Certified Professional
An index is a performance-tuning method of allowing faster retrieval of records. An index creates an entry for each value that appears in the indexed columns. By default, Oracle creates B-tree indexes.
Topic Index