• 2022-06-03
    下面使用DROP USER语句删除用户user1的语句中,正确的是
    A: DROP USER user1@localhost;
    B: DROP USER 'user1'.’ocalhost';
    C: DROP USER user1.localhost;
    D: DROP USER 'user1'@'localhost';