What is an Oracle index?
Ask by Sumit Kesarwani
Updated 15 Sep 2020
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.