Valid 1z0-915-1 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-915-1 Exam! ExamDiscuss.com now offer the newest 1z0-915-1 exam dumps, the ExamDiscuss.com 1z0-915-1 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-915-1 dumps with Test Engine here:
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?
Correct Answer: D
To create a second user calledadmin2with the same privileges as the administrator, you can use the following statement: D:CREATE USER admin2 IDENTIFIED BY 'Password'; GRANT ALL PRIVILEGES ON *.* TO admin2 WITH GRANT OPTION; This creates the useradmin2and grants all privileges, along with the ability to grant those privileges to other users.