假定表A中有十万条记录,要删除表中的所有数据,但仍要保留表的结构,请问用以下哪个命令效率最高()
A:delete from a;
B:drop table a;
C:trunc table a;
D:truncate table a;
E:以上所述都不正确
出自:Oracle认证