若要删除book表中所有数据,以下语句错误的是()
A.truncate table book
B.drop table book
C.delete from book
D.delete * from book
正确答案是BD