要删除mytable表中的myindex索引,可以使用()语句。
A.DROP myindex
B.DROP mytable.myindex
C.DROP INDEX myindex
D.DROP INDEX mytable.myindex
出自:软件工程