多项选择题

A.drop database数据库名;删除数据库
B.delete from表名;删除表中所有记录条
C.delete from表名where字段名=值;删除符合条件的记录条
D.drop table表名;删除表