What must you do to minimize a DB system down time caused by automatic maintenance operations?
Which two are true about data loaded into a MySQL HeatWave cluster? (Choose two.)
You create a MySQL DB system with default port numbers, and attach it to a subnet.Which configuration is required on the subnet to enable client applications to connect to the DB system?
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.)
Which three must be provided when creating a channel? (Choose three.)
You want to train a classification model with MySQL HeatWave AutoML. Which two are requirements of the training data set? (Choose two.)