Streaming Query

A query that returns a set of rows, potentially unbounded because the streaming query execution can continue to return rows over an unbounded time.

Streaming queries use the SELECT STREAM statement - see also the STREAM keyword in the SQL Reference Guide.