Databricks Certified Data Engineer Associate — Question 13

Which of the following describes when to use the CREATE STREAMING LIVE TABLE (formerly CREATE INCREMENTAL LIVE TABLE) syntax over the CREATE LIVE TABLE syntax when creating Delta Live Tables (DLT) tables using SQL?

Answer options

Correct answer: B

Explanation

The correct answer is B because CREATE STREAMING LIVE TABLE is specifically designed for scenarios where data is processed incrementally, allowing for real-time updates. Options A, D, and E are incorrect as they describe situations where streaming is not necessary, and option C is wrong because CREATE STREAMING LIVE TABLE has a distinct purpose within the DLT framework.