최신Oracle MySQL 2019 Implementation Essentials - 1Z1-920무료샘플문제
문제1
You have been using mysqldump for logical backups of your MySQL databases. Your MySQL database size has been growing. Which two options can reduce the backup size and speed up the backup time?
You have been using mysqldump for logical backups of your MySQL databases. Your MySQL database size has been growing. Which two options can reduce the backup size and speed up the backup time?
정답: C,D
문제2
Your newly-created Oracle Cloud Infrastructure instance is not available for login in. Which is a valid reason for this issue?
Your newly-created Oracle Cloud Infrastructure instance is not available for login in. Which is a valid reason for this issue?
정답: D
문제3
The user -os-user'@"localhost" was created to monitor connections and shut down the server, and was granted these privileges:
GRANT PROCESS, SHUTDOWN ON *.* TO "OS-user*@"localhost';
Which three are commands that the os-user can execute?
The user -os-user'@"localhost" was created to monitor connections and shut down the server, and was granted these privileges:
GRANT PROCESS, SHUTDOWN ON *.* TO "OS-user*@"localhost';
Which three are commands that the os-user can execute?
정답: A,D,F
문제4
You need to load the MySQL Enterprise Audit plug-in at database startup and prevent the audit plug-in from being removed at run time.
Which two options should you include in the MySQL configuration file?
You need to load the MySQL Enterprise Audit plug-in at database startup and prevent the audit plug-in from being removed at run time.
Which two options should you include in the MySQL configuration file?
정답: C,E
문제5
The slave connects to the master and asks for updated records. What command was issued for this to happen?
The slave connects to the master and asks for updated records. What command was issued for this to happen?
정답: C
문제6
Consider this SQL statement which is using the innoDB storage engine and with global AUTOCOMMIT = 1:

What is the result after issuing the rollback command?
Consider this SQL statement which is using the innoDB storage engine and with global AUTOCOMMIT = 1:

What is the result after issuing the rollback command?
정답: A
문제7
Which three are characteristics of the JSON data type?
Which three are characteristics of the JSON data type?
정답: B,D,F