Code has been added to clipboard!

SQL DROP INDEX

Example
DROP INDEX [IF EXISTS] indexname
ON tablename;