注意:此页面搜索的是所有试题
要删除表userInfo中的所有记录,用以下的哪几个命令
A.DROP TABLE userInfo
B.TRUNCATE TABLE userInfo
C.DELETE FROM userInfo
D.DROP FROM userInfo

参考答案