Ultimate access to all questions.
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 ______
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.