An index is a data structure that improves the speed of data retrieval in a database. In Oracle, you can use the “DESCRIBE” command to check the indexes on a table. For example, the following command will show you the indexes on the “EMP” table:
DESCRIBE EMP INDEXES
The output of the DESCRIBE command will include the following information about each index: