Oracle
1Z0-888 · Question #89
1Z0-888 Question #89: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-888 to reveal the answer and full explanation for question #89. The question stem and answer options stay visible for context.
Security
Question
The account [email protected] has been created with privileges, as shown in the output:
mysql> SHOW GRANTS FOR [email protected];
+-------------------------------------------------------------+
| Grants for [email protected] |
+-------------------------------------------------------------+
| GRANT SELECT ON . TO 'joe'@'example.com' |
| GRANT UPDATE, DELETE ON
world.* TO 'joe'@'example.com' WITH GRANT OPTION |
| GRANT INSERT ON audit.* TO 'joe'@'example.com' |
+-------------------------------------------------------------+
3 rows in set (0.00 sec)
The account [email protected] does not exist.
Which three statements will succeed when executed by [email protected]? (Choose three.)Options
- AGRANT SELECT ON audit.* TO [email protected];
- BCREATE USER [email protected] IDENTIFIED BY "jkk2@9bqLm4ljIaN';
- CGRANT SELECT ON world.* TO [email protected];
- DGRANT INSERT ON audit.* TO [email protected];
- EGRANT DELETE ON world.* TO [email protected];
- FGRANT SELECT ON world.* TO [email protected] IDENTIFIED BY "jkk2@9bqLm4ljIaN';
- GGRANT SELECT ON world.* TO [email protected];
Unlock 1Z0-888 to see the answer
You've previewed enough free 1Z0-888 questions. Unlock 1Z0-888 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#MySQL GRANT privileges#GRANT OPTION#User management#Access control