Exam Details

  • Exam Code
    :1Z0-920
  • Exam Name
    :MySQL 2019 Implementation Essentials
  • Certification
    :Oracle Certifications
  • Vendor
    :Oracle
  • Total Questions
    :70 Q&As
  • Last Updated
    :Mar 31, 2025

Oracle Oracle Certifications 1Z0-920 Questions & Answers

  • Question 61:

    What three are ways to export and import data in MySQL Workbench?

    A. Result Data Export and Import

    B. Binary Data Export and Import Wizard

    C. SQL Data Export and Import Wizard

    D. Backup Data Export and Import Wizard

    E. Table Data Export and Import Wizard

    F. Data Modeling Import Export Wizard

  • Question 62:

    Which statement would you use to remove the population column from the city table?

    A. ALTER TABLE city DROP population;

    B. DELETE population FROM city;

    C. ALTER TABLE city DELETE population;

    D. ALTER TABLE city LESS population;

    E. DROP population FROM city;

  • Question 63:

    You just installed MySQL by Using a Package Manager on Linux. Where are the default InnoDB redo log files stored?

    A. /usr/mysql

    B. /var/lib/mysql

    C. /var/lib/mysql/innodb

    D. /usr/bin/logs

    E. /usr/redo

    F. /etc/my.cnf

  • Question 64:

    You want to create an encrypted table. So, you enter this command:

    CREATE TABLE 'test_encryption2% (

    'id' int(10) unsigned NOT NULL AUTO_INCREMENT,

    'server_name' varchar(15) NOT NULL,

    PRIMARY KEY ('id') ) ENGINE=MYISAM AUTO_INCREMENT=l DEFAULT CHARSET=latin1

    ENCRYPTION = 'Y1;

    You receive the following error:

    ERROR 1031 (HY000): Table storage engine for `test_encryption2' doesn't have this option Which

    statement correctly explains the reason for this error?

    A. You cannot use the AUTO_INCREMENT option to create an encrypted table. This is what is causing the error.

    B. The term "server_name" is a reserved MySQL term. You cannot use it for the new table. This is what is causing the error.

    C. The encryption feature only works with InnoDB tables. You are creating a MylSAM table, and it is causing the error.

    D. The test_encryption2 already exist. You are not using the correct option to recreate it and it is causing the error.

  • Question 65:

    Which four authentication protocols are allowed when using MySQL Enterprise Authentication?

    A. Native Windows services

    B. authentication via Pluggable Authentication Modules (PAMs)

    C. Simple Authentication and Security Layer

    D. SECURID authentication and authorization identity

    E. authentication using SHA-256 password hashing

    F. connections through the local host via the UNIX socket file

  • Question 66:

    Which three components can MySQL InnoDB Cluster use to Achieve database high availability?

    A. MySQL Servers with Group Replication to replicate data to all members of the cluster.

    B. MySQL Online Hot Backup to keep data consistent and always ready to be used.

    C. MySQL Shell to create and administer InnoDB Clusters using the built-in AdminAPI.

    D. MySQL X Plugin to enable MySQL to use the X Protocol to speed up and monitor data replication.

    E. MySQL Router to ensure client requests are load balanced and routed to the correct servers.

  • Question 67:

    Assume that MySQL Enterprise Monitor is configured to monitor MySQL 8.0.10 or a later instance. Which three features are available?

    A. creating e-mail alerts and SNMP traps for MySQL warnings

    B. starting and stopping the MySQL instance

    C. analyzing executed MySQL queries

    D. deploying MySQL agent on supported target operating system

    E. monitoring the availability of the MySQL Instance

    F. tracing import and export with mysqldump

  • Question 68:

    MySQL Enterprise Masking and De-identification can hide or obfuscate sensitive data, by controlling how the data appears. Which three are MySQL Enterprise Masking and De-identification functions?

    A. misspelling

    B. strict or relaxed masking

    C. random data substitution

    D. whitelisting and substitution

    E. dictionary substitution

  • Question 69:

    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?

    A. Use mysqldump with - -incremental together with the - -compress option to back up incrementally based on previous full backup and compress the incremental backup files.

    B. Use mysqldump with the - -changesonly option.

    C. Use MySQL Enterprise Backup with the - -size=compress to compress the backup file.

    D. Use MySQL Enterprise Backup with the - - incremental policy to back up incrementally based on previous full backup.

    E. Use MySQL Enterprise Backup with the - -compress option to compress the backup files and use - compress-level to select the level of compression.

  • Question 70:

    Which statement adds a column with the largest integer data type?

    A. ALTER TABLE SCIENTIFIC ADD scientific_value BIGINT;

    B. ALTER TABLE SCIENTIFIC ADD scientific_value INTEGER;

    C. ALTER TABLE SCIENTIFIC ADD scientific_value DECIMAL(15,10);

    D. ALTER TABLE SCIENTIFIC ADD scientific_value DECIMAL(10,10);

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-920 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.