单项选择题

数据表从数据库中删除(连表名也删除)的命令语句如下:()

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