3 Months Free Update
3 Months Free Update
3 Months Free Update
You want to deploy a high-availability MySQL DB system in a region with multiple availability domains.
Which two types of subnet provide maximum redundancy? (Choose two.)
What must be enabled for using the point-in-time recovery feature in a DB system?
Which two are true about creating a Bastion service to connect to a MySQL DB system? (Choose two.)
The following statements are executed successfully:
Which two are true? (Choose two.)
The first query has an estimated cost of 100,000,000 and is offloaded to a HeatWave cluster for execution:
SELECT flightno, departure, country FROM flight JOIN airport_geo ON ‘from’=airport_id;
The second query has an estimated cost of 10,000 and is NOT offloaded to the Heatwave cluster for execution:
SELECT DISTINCT country FROM airport_geo ORDER BY country;
Which two methods can offload the second query to the Heatwave cluster for execution? (Choose two.)
You want to import data into a DB system with MySQL Shell util.loadDump().
Which option can speed up the load?
There are more than 10 concurrent users running queries on the DB system. The airport_geo table has been loaded successfully into a HeatWave cluster.
You want to run this query:
SELECT DISTINCT country FROM airport_geo ORDER BY country;
How do you determine whether the query is offloaded to the HeatWave cluster for execution?
Which type of configuration variables CANNOT be modified in MySQL custom configurations?
The following statements execute successfully:
CALL sys.ML_TRAIN(‘ml_data.iris’, ‘class’, NULL, @model);
SELECT @model;
Which three are true? (Choose three.)
You run this command to connect successfully to a DB system:
mysqlsh john@10.0.1.122 --auth-method=authentication_oci_client
Why does the command NOT require a password?
Which two are available when creating a new MySQL DB system in OCI Console? (Choose two.)