Watch this video on YouTube
Given the following Structured Streaming query: ( spark . readStream . table ( "orders" ) . writeStream . option ( "checkpointLocation" , checkpointPath ) . table ( "Output_Table" ) ) Which of the following is the trigger Interval for this query ?