🔍

Databricks Certified Data Engineer Associate DATA-ENGINEER-ASSOCIATE — Question 75

Topic 1 · Question 75 of 169

Topic 1 · Question 75

A data engineer has joined an existing project and they see the following query in the project repository: CREATE STREAMING LIVE TABLE loyal_customers AS SELECT customer_id - FROM STREAM(LIVE.customers) WHERE loyalty_level = 'high'; Which of the following describes why the STREAM function is included in the query?

View community discussion →