Databricks Related Exams
Databricks-Certified-Data-Engineer-Associate Exam
Which of the following describes a scenario in which a data team will want to utilize cluster pools?
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?