Hi,
an index applies to one or more columns in a table.
You can delete an index like this:
ALTER TABLE tablename DROP INDEX indexname;
Vinai
Will Fisher wrote:
May I ask, exactly what is an index and what category (e.g. database or table or column) does it apply to. Also, how do you delete an index once you have made one? Thanks in advance.