
Explanation:
The correct answer is SQL, Alert, Refresh, email address. Here's why:
This process aligns with Databricks documentation for setting up alerts on query results, ensuring the operations team is promptly notified of significant sales increases.
Ultimate access to all questions.
No comments yet.
The operations team wants to monitor a recently launched product by setting up an email alert that triggers when the number of units sold increases by more than 10,000 units, with checks every 5 minutes. Complete the steps needed to achieve this by filling in the blanks:
· Create a ___ query that calculates total units sold · Setup a ____ with the query on the trigger condition 'Units Sold > 10,000' · Setup a ____ to run every 5 minutes · Add a destination ______
A
Python, Job, SQL Cluster, email address
B
SQL, Alert, Refresh, email address
C
SQL, Job, SQL Cluster, email address
D
SQL, Job, Refresh, email address
E
Python, Job, Refresh, email address