Video upload date:  · Duration: PT1H46M27S  · Language: EN

A data engineer finds the following code in databricks video

data-engineer-associate video for a data engineer finds the following code in a project's codebase: CREATE STREAMING LIVE TABLE loyal_customers AS SELECT

This is a dedicated watch page for a single video.

Full Certification Question

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?