January 2018
Intermediate to advanced
446 pages
12h 57m
English
You can drop an index using the ALTER TABLE command:
mysql> ALTER TABLE employees DROP INDEX last_name;Query OK, 0 rows affected (0.02 sec)Records: 0 Duplicates: 0 Warnings: 0
Read now
Unlock full access