Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When should you use CREATE STREAMING LIVE TABLE instead of CREATE LIVE TABLE in a Delta Live Tables pipeline?
CREATE STREAMING LIVE TABLE
CREATE LIVE TABLE
A
CREATE STREAMING LIVE TABLE is the preferred choice now as CREATE LIVE TABLE is scheduled for deprecation.
B
Use CREATE STREAMING LIVE TABLE when the next step in the pipeline is static.
C
Opt for CREATE STREAMING LIVE TABLE when dealing with streaming data sources and needing incremental data processing.
D
Choose CREATE STREAMING LIVE TABLE to reprocess all data each time the pipeline runs.
E
CREATE STREAMING LIVE TABLE is suitable when the preceding step in the pipeline is static.