下面使用DROPUSER语句删除用户user1的语句中,正确的是()。 A.
DROP USER 'user1'@'localhost'; B.
DROP USER user1. localhost; C.
DROP USER 'user1'.’ ocalhost'; D.
DELETE USER 'user1'@'localhost';
DROP USER 'user1'@'localhost'; B.
DROP USER user1. localhost; C.
DROP USER 'user1'.’ ocalhost'; D.
DELETE USER 'user1'@'localhost';