单项选择题

A. drop table 表名;
B. insert into 表名(字段名列表) values(值列表);
C. delete from 表名 where 条件;
D. truncate table 表名。