Download Oracle.1z0-320.PracticeTest.2018-04-04.46q.tqb

Vendor: Oracle
Exam Code: 1z0-320
Exam Name: MySQL Cloud Service 2018 Implementation Essential
Date: Apr 04, 2018
File Size: 310 KB
Downloads: 1

Demo Questions

Question 1
You are required to set up a backup user (mysqlbackup@localhost) on the MySQL Database. The user should have the backup and restore privileges and additional privileges required for using transportable tablespaces (TTS). To back up and restore InnoDB tables. 
Which syntax accomplishes this?
  1. CREATE USER ‘mysqlbackup’@localhost’IDENTIFIED BY ‘new-password’;
  2. CREATE USER ‘mysqlbackup’@localhost’ IDENTIFIED BY ‘new-password’; 
    GRANT RELOAD ON *.* TO ‘mysqlbackup’@’localhost’; 
    GRANT CREATE, INSERT, DROP, UPDATE ON mysql.backup_progress TO ‘mysqlbackup’@’localhost’; 
    GRANT CREATE, INSERT, SELECT, DROP, UPDATE ON mysql.backup_history TO ‘mysqlbackup’@’localhost’; 
    GRANT REPLICATION CLIENT ON *.* TO ‘mysqlbackup’@’localhost’; 
    GRANT SUPER ON *.* TO ‘mysqlbackup’@’ localhost; 
    GRANT PROCESS ON *.* ‘mysqlbackup’@’localhost’;
  3. CREATE USER ‘mysqlbackup’@’localhost’ IDENTIFIED BY ‘new-password’; 
    GRANT RELOAD ON *.* TO ‘’mysqlbackup’@’localhost’; 
    GRANT CREATE, INSERT, DROP, UPDATE ON mysql.backup_progress TO ‘mysqlbackup’@’localhost’; 
    GRANT CREATE, INSERT, SELECT, DROP, UPDATE ON mysql.backup_history TO ‘mysqlbackup’@localhost’;
  4. CREATE USER ‘mysqlbackup’@’localhost’ IDENTIFIED BY ‘new-password’; 
    GRANT RELOAD ON *.* to ‘mysqlbackup’@localhost’; 
    GRANT CREATE, INSERT, DROP, UPDATE ON, mysql.backup_progress TO ‘mysqlbackup’@’localhost’; 
    GRANT CREATE, INSERT, SELECT, DROP, UPDATE ON 
    mysql.backup_history TO ‘mysqlbackup’@’localhost’; 
    GRANT REPLICATION CLIENT ON *.* to ‘mysqlbackup’@’localhost’; 
    GRANT SUPER ON *.* TO ‘mysqlbackup’@’localhost’; 
    GRANT PROCESS ON *.* TO ‘mysqlbackup’@’localhost’; 
    GRANT LOCK TABLES, SELECT, CREATE, ALTER ON *.* TO ‘mysqlbackup’@’localhost’; 
    GRANT CREATE, INSERT, DROP, UPDATE ON mysql.backup_sbt_history TO ‘mysqlbackup’@’localhost’;
  5. CREATE USER ‘mysqlbackup’@’localhost’ IDENTIFIED BY ‘new-password’; 
    GRANT RELOAD ON *.* TO ‘mysqlbackup’@’localhost’; 
    GRANT CREATE, INSERT, DROP, UPDATE ON mysql.backup_progress TO ‘mysqlbackup’@’localhost’; 
    GRANT CREATE, INSERT, SELECT, DROP, UPDATE ON mysql.backup_history TO ‘mysqlbackup’@’localhost’; 
    GRANT REPLICATION CLIENT ON *.* TO ‘mysqlbackup’@’localhost’;
Correct answer: A
Question 2
You are using the InnoDB engine and the innodb_file_per_table option is set. You delete a significant number of a large table named INVENTORY. What command will reorganize the physical storage of table data and associated index data for the INVENTORY table, in order to reduce storage space and improve I/O efficiency?
  1. ANALYZE TABLE INVENTORY;
  2. mysqlcheck INVENTORY
  3. mysqldump INVENTORY
  4. OPTIMIZE TABLE INVENTORY;
Correct answer: D
Explanation:
Reference: https://dev.mysql.com/doc/refman/5.7/en/optimize-table.html
Reference: https://dev.mysql.com/doc/refman/5.7/en/optimize-table.html
Question 3
You execute the following statement SELECT NULL_NULL; 
What is the result?
  1. 0
  2. 1
  3. TRUE
  4. FALSE
  5. NULL
Correct answer: D
EXAM SIMULATOR

How to Open TQB Files?

Use Taurus Exam Simulator to open TQB files

Taurus Exam Simulator


Taurus Exam Simulator for Windows/macOS/Linus

Download

Taurus Exam Studio
Enjoy a 20% discount on Taurus Exam Studio!

You now have the chance to acquire Exam Studio at a discounted rate of 20%.

Get Now!
-->