A Databricks SQL query and alert are configured to monitor a Delta Lake table named `sensor_recordings_table`, which captures sensor IDs, timestamps, and temperatures for the most recent 5 minutes. The query calculates the average, minimum, and maximum temperatures for each sensor and refreshes every minute (taking less than 10 seconds). The alert is set to trigger when the **average temperature for any sensor** exceeds 120 degrees, with notifications sent at most once per minute. If this alert raises notifications for 3 consecutive minutes and then stops, which of the following statements **must** be true? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz