MySQL 8.0 Database Administrator — Question 9

Which three are characteristics of a newly created role? (Choose three.)

Answer options

Correct answer: A, C, E

Explanation

The correct answers are A, C, and E because a newly created role can indeed be dropped with the DROP ROLE statement, initialized as a locked account, and granted to user accounts. Options B and D are incorrect because the role is not just stored in the mysql.role table and cannot be renamed using the RENAME ROLE statement.