Which is NOT a valid reason for creating an index?
A.
To allow queries to run more efficiently.
B.
To enforce constraints such as uniqueness on index keys.
C.
To order the columns of a table in ascending or descending sequence according to
values in a row.
D.
To order the rows of a table in ascending or descending sequence according to the
values in a column.