>
Part | Description |
table | The name of the table to be deleted or the table from which an index is to be deleted. |
index | The name of the index to be deleted from table. |
DROP INDEX MyIndex ON Employees;This example deletes the Trainees table from the database.
DROP TABLE [Trainees];