Online Access Free 1z1-320 Exam Questions

Exam Code:1z1-320
Exam Name:MySQL Cloud Service 2018 Implementation Essentials
Certification Provider:Oracle
Free Question Number:95
Posted:Aug 04, 2026
Rating
100%

Question 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?

Question 2

You create two database tables as shown by the following CREATE TABLE statements:
CREATE TABLE parent (
parent_id INT,
name_first VARCHAR(30),
name_last VARCHAR(30),
PRIMARY KEY (parent_id)
);
CREATE TABLE child (
child_id INT,
parent_id INT,
name_first VARCHAR(30),
name_last VARCHAR(30),
PRIMARY KEY (child_id)
);
After populating both tables with data, which statement would produce an output of only the parents' first and last names and the first and last names of the related children?

Question 3

The slave connects to the master and asks for updated records. What command was issued for this to happen?

Question 4

Identify three features of MySQL Enterprise Backup.

Question 5

You have a backup image file that is backed up using MySQL Enterprise Backup with the - - compress option:
/home/mysql/backup/full/mybackup/myimage.img
mysqlbackup.cnf is shown as follows:
[mysqlbackup]
backup-dir=/home/mysql/backup/full/mybackup
backup-image=/home/mysql/backup/full/mybackup/myimage.img
You are required to perform a database restore to a new machine to provision the database.
Which command can provision the new database in the datadir as /home/mysql/data/MEB?

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.