In SQL, when I create a database index, I\'m required to give the index a name, as in
CREATE INDEX timestamp_index ON hit (timestamp);
The
How else would you identify the index?
There is probably logging attached as well.