Indexes speed up access to rows in a table. They can be created for a single column or for a series of columns. When defining indexes, you specify whether the indexed column values in the different rows must be unique or not.
The assigned
index name and table name must be unique.See also:
CREATE INDEX statement