要删除表userInfo中的所有记录,用以下的哪几个命令
A.DROP TABLE userInfo
B.TRUNCATE TABLE userInfo
C.DELETE FROM userInfo
D.DROP FROM userInfo
出自:河南财经政法大学SQL Server