Which MySQL HeatWave AutoML routine evaluates a model?
Which two are true about creating a new DB system with data import? (Choose two.)
You want to train a classification model with MySQL HeatWave AutoML. Which two are requirements of the training data set? (Choose two.)
Which table option defines a Lakehouse external table based on a CSV file?
Why would you select "Source cannot use GTID auto-positioning" when creating a channel?
A query is not offloaded to the HeatWave cluster for execution. Which three are possible reasons? (Choose three.)
Which two methods can you use to import data into a MySQL DB system by using MySQL Shell? (Choose two.)
A port-forwarding Bastion session has been created for a MySQL DB system listening on 10.10.1.187:3306. The SSH command provided by the Bastion session is:
An SSH tunnel is created successfully on a client machine by running this command:
Which command connects to the MySQL DB System from the client machine?
You want to enable high availability of a stand-alone DB system. Which two conditions are required? (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 connect to a DB system with MySQL Shell.
DB system endpoint IP address: 10.0.1.221
Username: admin
Password: MySQL8.0
Which two commands work? (Choose two.)
You have a MySQL DB system with five active read replicas. The workload consists of 5% writes and 95% reads.
Which connection method provides the fastest query response time?
You want to replicate data from an on-premises MySQL server to a MySQL DB system. The on-premises MySQL server runs in your corporate network. The MySQL server accepts incoming connections from the Internet on a public IP endpoint.
The DB system runs in Oracle Cloud Infrastructure. The DB system endpoint is connected to a privatesubnet of a VCN.
Which network configuration is required?
Which is true about automatic DB system version upgrades?
You want to create a read replica on a DB system.
Which is true about the read replica?
You want to restore the backup of a stand-alone DB system to a new DB system.
Which two changes are allowed? (Choose two.)
You want to import data into a DB system with MySQL Shell util.loadDump().
Which option can speed up the load?
Which is true about exporting data to Object Storage with MySQL Shell util.dumpInstance?
Which two are true about read replica load balancer? (Choose two.)