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
It's also helpful when viewing/reviewing execution plans (at least in SQL Server), since the indexes used are shown by name.