DROP INDEX index_name ON table_name

Description: Drops the index called index_name from table_name.

Synonymous with ALTER TABLE...DROP INDEX

Description in: Day 9

See also: ALTER TABLE, CREATE INDEX

Get Sams Teach Yourself MySQL in 21 Days, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.