单项选择题

要删除mytable表中的myindex索引,可以使用()语句。

A.DROP myindex
B.DROP mytable.myindex
C.DROP INDEX myindex
D.DROP INDEX mytable.myindex