DROP INDEX 절을 사용하여 인덱스를 삭제할 수 있다.
ALTER [ TABLE | CLASS ] table_name DROP INDEX index_name
ALTER TABLE a_tbl DROP INDEX i_a_tbl_age;