Contact us at [email protected].

Descending indexes extend the functionality of a B*Tree index. They allow for a column to be stored sorted in descending order (from big to small) in the index instead of ascending order (from small to big).

Oracle has had the ability to read an index backward for quite a while, so you may be wondering why this feature is relevant