Indexes and Keys:
*
Drop index
-- Drop an index for column 'name' in table 'my_table'
DROP INDEX idx_name ON my_table;