如果要删除Information表中NO字段为‘0001’的记录,则可以使用命令( )。 A.
DELETE from information where NO=‘0001’ B.
UPdate TABLE information where NO=‘0001’ C.
DROP TABLE information where NO=‘0001’ D.
ALTER TABLE information where NO=‘0001’
DELETE from information where NO=‘0001’ B.
UPdate TABLE information where NO=‘0001’ C.
DROP TABLE information where NO=‘0001’ D.
ALTER TABLE information where NO=‘0001’