QuestionQ40
Database SecurityExamine the following SQL statement:
mysql> GRANT r_read@localhost TO mark WITH ADMIN OPTION;
Which two statements are true?
Choose two
- A Mark can grant the privileges assigned to the r_read@localhost role to another user.
- B ADMIN OPTION causes the role to be activated by default.
- C Mark can grant the r_read@localhost role to another user.
- D Mark can revoke the r_read@localhost role from another role.
- E ADMIN OPTION allows Mark to drop the role.
- F Mark must connect from localhost to activate the r_read@localhost role.
Community Discussion