Oracle MySQL Cloud Service 2018 Implementation Essentials - 1z0-320 Exam Practice Test
When creating a FOREIGN KEY constraint, what SQL variable must be specified?
Correct Answer: C
Vote an answer
Which three statements are true about MySQL Enterprise Backup?
Correct Answer: B,C,D
Vote an answer
A MySQL installation has the following required architecture components: client programs, MySQL utilities, and MySQL Server.
Which client program would you use to emulate client load?
Which client program would you use to emulate client load?
Correct Answer: C
Vote an answer
MySQL Enterprise provides query analyzing metrics for SQL statements. Which four MySQL environments will provide QUAN metrics?
Correct Answer: A,B,C,D
Vote an answer
The MySQL server looks for option files in standard locations. The server might read multiple files from different locations. For a Linux installation, which two methods would you use to view the options file lookup locations, the order in which they are read, and groups?
Correct Answer: B,D
Vote an answer
Name three ways in which customers can receive notifications such as outages, configuration changes, database emergencies, and other information on their Database as a Service instances.
Correct Answer: B,D,E
Vote an answer
Identify three characteristics of the JSON data type.
Correct Answer: B,E,F
Vote an answer
You have a user on your MySQL instance who is flooding the server with complex queries and large INSERTS, which prevents another user with a higher priority from running queries. Which two choices will limit the number of SELECTS to 10 per hour and the number of INSERTS to 4 per hour for user 'employee1' from MySQL Workbench by first selecting Server> Users and Privileges> employee1?
Correct Answer: B,C
Vote an answer
MySQL is installed on a Linux server and has the following configuration:
[mysqld]
User=mysql
Datadir=/data/mysql
Which two methods should you use to change the default options to use the authentication plug-in that implements SHA-256 hashing for user account passwords?
[mysqld]
User=mysql
Datadir=/data/mysql
Which two methods should you use to change the default options to use the authentication plug-in that implements SHA-256 hashing for user account passwords?
Correct Answer: C,D
Vote an answer