Databricks Certified Data Engineer Associate · Free Practice Question Medium
Question 4
When building a DLT s pipeline you have two options to create a live tables, what is the main difference between CREATE STREAMING LIVE TABLE vs CREATE LIVE TABLE?
-
A
CREATE STREAMING LIVEtable is used in MULTI HOP Architecture -
B
CREATE LIVE TABLEis used when working with Streaming data sources and Incremental data -
C
CREATE STREAMING LIVE TABLEis used when working with Streaming data sources and Incremental data -
D
There is no difference both are the same,
CREATE STRAMING LIVEwill be deprecated soon -
E
CREATE LIVE TABLEis used in DELTA LIVE TABLES, CREATE STREAMING LIVE can only used in Structured Streaming applications
Reveal correct answer
Correct answer: C
Explanation
The answer is, CREATE STREAMING LIVE TABLE is used when working with Streaming data sources and Incremental data
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
