[多选题]
若要删除book表中所有数据,以下语句错误的是( )。
A.delete from book
B.delete*from book
C.truncate table book
D.drop table book
参考答案与解析: