
Ultimate access to all questions.
An engineering manager uses a Databricks SQL query to monitor ingestion latency for each data source. The manager checks the results of the query every day, but they are manually rerunning the query each day and waiting for the results.
Which of the following approaches can the manager use to ensure the results of the query are updated each day?
A
They can schedule the query to refresh every 1 day from the SQL endpoint's page in Databricks SQL.
B
They can schedule the query to refresh every 12 hours from the SQL endpoint's page in Databricks SQL.
C
They can schedule the query to refresh every 1 day from the query's page in Databricks SQL.
D
They can schedule the query to run every 1 day from the Jobs UI.
E
They can schedule the query to run every 12 hours from the Jobs UI.
Explanation:
In Databricks SQL, queries can be scheduled to refresh automatically from the query's page itself. This is the most direct and appropriate approach for scheduling a SQL query to refresh on a regular basis.
Key points:
Why option C is correct:
Why other options are incorrect:
This approach allows the manager to automate the query execution and have fresh results available daily without manual intervention.