多项选择题

若要删除book表中所有数据,以下语句错误的是()

A.truncate table book 
B.delete * from book
C.drop table book 
D.delete from book