Exam 1z0-908 All QuestionsBrowse all questions from this exam
Question 2

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

    Correct Answer: A, C, E

    A newly created role in MySQL 8.0 can be dropped using the DROP ROLE statement, is created as a locked account, and can be granted to user accounts. It is not stored in a mysql.role table, but rather in the mysql.user table. It cannot be protected with a password.

Discussion
FelipeKOptions: ACE

The three correct statements are A, C, and E. A newly created role in MySQL 8.0 can be dropped using the DROP ROLE statement, is created as a locked account, and can be granted to user accounts. It is not stored in a mysql.role table, but rather in the mysql.user table. It cannot be protected with a password, as it has no password when created.

FelipeKOptions: ACE

The three correct statements are A, C, and E. A newly created role in MySQL 8.0 can be dropped using the DROP ROLE statement, is created as a locked account, and can be granted to user accounts. It is not stored in a mysql.role table, but rather in the mysql.user table. It cannot be protected with a password, as it has no password when created.

eena96Options: ACE

Agree, A,C,E

raju8010

hi please can anyone send me the dumps

fthusaOptions: ACE

ACE It is created as a lock account

NelateOptions: ACE

Correct answer is A,C,E https://dev.mysql.com/doc/refman/8.0/en/roles.html