- oldguo-MySQL 8.0 OCP 原题解析-Q24
- MySQL 8 OCP(1Z0-908)认证考试题库原题(第12
- MySQL 8 OCP(1Z0-908)认证考试题库原题(第11
- MySQL 8 OCP(1Z0-908)认证考试题库原题(第10
- Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料
- Mysql 8.0 OCP认证考试原题题库整理-第6题(CUUG
- Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料
- Mysql 8.0 OCP认证考试原题题库整理-第4题(CUUG
- Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料
- Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料
Question 24:
Examine this SQL statement:
mysql> GRANT r_read@localhost TO mark WITH ADMIN OPTION;
Which two are true?
A) ADMIN OPTION causes the role to be activated by default.
B) Mark can revoke the r_read@localhost role from another role.
C) Mark can grant the privileges assigned to the r_read@localhost role to another user.
D) Mark can grant the r_read@localhost role to another user.
E) ADMIN OPTION allows Mark to drop the role.
F) Mark must connect from localhost to activate the r_read@localhost role.
网友评论