ORACLE数据库中如何删除表table中的所有记录,并回收所有空间()
A:delete * from table
B:delete from table
C:truncate table
D:clear table
出自:中兴认证