This is a dedicated watch page for a single video.
A data engineer finds the following code in a project's codebase: CREATE STREAMING LIVE TABLE loyal_customers AS SELECT customer_id FROM STREAM ( LIVE . customers ) WHERE loyalty_level = 'high' ; Why is the STREAM function used in this query?