Free Oracle 1Z0-920 Exam Braindumps (page: 2)

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

  1. ALTER TABLE SCIENTIFIC ADD scientific_value BIGINT;
  2. ALTER TABLE SCIENTIFIC ADD scientific_value INTEGER;
  3. ALTER TABLE SCIENTIFIC ADD scientific_value DECIMAL(15,10);
  4. ALTER TABLE SCIENTIFIC ADD scientific_value DECIMAL(10,10);

Answer(s): A



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

  1. creating e-mail alerts and SNMP traps for MySQL warnings
  2. starting and stopping the MySQL instance
  3. analyzing executed MySQL queries
  4. deploying MySQL agent on supported target operating system
  5. monitoring the availability of the MySQL Instance
  6. tracing import and export with mysqldump

Answer(s): A,D,F



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?

  1. misspelling
  2. strict or relaxed masking
  3. random data substitution
  4. whitelisting and substitution
  5. dictionary substitution

Answer(s): B,C,E

Explanation:

Robust Data Masking Functions
MySQL Enterprise Masking and De-identification can hide or obfuscate sensitive data, by controlling how the data appears. It features robust masking algorithms including selective masking, blurring, random data substitution and other special techniques for credit card numbers, account numbers and other personally identifiable information, enabling IT departments to maintain structural rules to de-identify values. MySQL Enterprise Masking and De-identification functions include:
· Selective Masking - Obscures a particular portion of numbers or strings such as phone numbers, and payment card numbers.
· Strict or Relaxed Masking - Implement strict or relaxed masking to obfuscate data. · Random Data Substitution - Replace real values with random values while maintaining format consistency.
· Blurring - Add a random variance to existing values such as randomized numeric ranges for salaries.
· Dictionary Substitution - Randomly replace values from task specific dictionaries.
· Blacklisting and Substitution - Replace specifically blacklisted data, but leave non-blacklisted in place.
https://www.mysql.com/products/enterprise/masking.html#:~:text=Robust%20Data%20Masking%20Functions,controlling%20how%20the%20data%20appears.&text=Random%20Data%20Substitution%20%2D%20Replace%20real,values%20while%20maintaining%20format%20consistency.



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?

  1. Use mysqldump with - -incremental together with the - -compress option to back up incrementally based on previous full backup and compress the incremental backup files.
  2. Use mysqldump with the - -changesonly option.
  3. Use MySQL Enterprise Backup with the - -size=compress to compress the backup file.
  4. Use MySQL Enterprise Backup with the - - incremental policy to back up incrementally based on previous full backup.
  5. Use MySQL Enterprise Backup with the - -compress option to compress the backup files and use - - compress-level to select the level of compression.

Answer(s): B,E






Post your Comments and Discuss Oracle 1Z0-920 exam prep with other Community members:

1Z0-920 Exam Discussions & Posts