Given the following Structured Streaming query: ```python spark.readStream .table("orders") .writeStream .option("checkpointLocation", checkpointPath) .table("Output_Table") ``` Which of the following describes the trigger interval for this query? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz