You can perform a node estimate when adding a HeatWave cluster to a DB system in OCI Console. Which two tasks are performed by the node estimate process? (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.)
Which table option defines a Lakehouse external table based on a CSV file?
You want to train a model that predicts sales based on the available data the company holds.
This is an excerpt of thesalestable:
Which command trains the model?
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?
A MySQL DB system has an endpoint in an OCI VCN subnet. The VCN is not configured with VCN peering, VPN access, and FastConnect. You want to connect to the MySQL DB system directly from an OCI Cloud Shell session.
Which two are true? (Choose two.)
Which placement is NOT valid for a high-availability DB system? (Note: AD refers to availability domain and FD refers to fault domain.)
Which two are available when creating a new MySQL DB system in OCI Console? (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 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?