Oracle MySQL HeatWave Implementation Associate Rel 1 1z0-915-1 Question # 4 Topic 1 Discussion

Oracle MySQL HeatWave Implementation Associate Rel 1 1z0-915-1 Question # 4 Topic 1 Discussion

1z0-915-1 Exam Topic 1 Question 4 Discussion:
Question #: 4
Topic #: 1

You want to create a second user called admin2 with the same privileges as the administrator specified when creating the DB system.

Which statement helps you achieve this?


A.

CREATE USER admin2 IDENTIFIED BY ‘Password’ DEFAULT ROLE ‘administrator’;


B.

CREATE USER admin2 IDENTIFIED BY ‘Password’; GRANT SUPER ON *.* TO admin2 WITH GRANT OPTION;


C.

CREATE USER admin2 IDENTIFIED BY ‘Password’; GRANT AUDIT_ADMIN, BACKUP_ADMIN, SESSION_VARIABLES_ADMIN ON *.* TO admin2 WITH GRANT OPTION;


D.

CREATE USER admin2 IDENTIFIED BY ‘Password’; GRANT ALL PRIVILEGES ON *.* TO admin2 WITH GRANT OPTION;


Get Premium 1z0-915-1 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.