An engineering manager uses a Databricks SQL query to monitor their team's progress on fixes related to customer-reported bugs. 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) Schedule the SQL query to run as a Databricks Job with a daily recurrence.
b) Use Databricks SQL Data Sharing to share the query results with team members automatically.
c) Implement a webhook to trigger query execution and email the results to the manager.
d) Convert the SQL query to a Databricks Notebook and schedule it for daily execution.

Q&A Education