MariaDB中回收用户stu001关于hr数据库中表students的select权限,语句正确的是()。

7 查阅

MariaDB中回收用户stu001关于hr数据库中表students的select权限,语句正确的是()。

A.revoke select on hr.* from 'stu001'@'localhost'

B.revoke select on hr.students from 'stu001'@'%'

C.revoke select on hr.student from 'stu001'@'localhost'

D.revoke select on hr.students to 'stu001'@'localhost'

参考答案:

答案:revoke select on hr.students from 'stu001'@'%'