(RW Specific Capability)
Streaming SQL refers to the use of SQL syntax and semantics to define and execute continuous queries over unbounded data streams. RisingWave uses Streaming SQL as its primary interface, allowing users to express complex stream processing logic (including windowing, joins, aggregations) declaratively. It extends standard SQL concepts to handle the temporal and continuous nature of streaming data.