关于Truncate table, 以下()描述是错误的
A.Truncate table 可跟Where从句,根据条件进行删除
B.Truncate table 用来删除表中所有数据。
C.触发器对Truncate table无效。
D.delete 比Truncate table速度快
出自:河南财经政法大学SQL Server