
Ultimate access to all questions.
When constructing a Delta Live Tables (DLT) pipeline, you encounter two methods for creating live tables. What distinguishes CREATE STREAMING LIVE TABLE from CREATE LIVE TABLE?
A
CREATE STREAMING LIVE TABLE is utilized within a MULTI HOP Architecture framework.
B
CREATE LIVE TABLE is designed for scenarios involving Streaming data sources and Incremental data processing.
C
CREATE STREAMING LIVE TABLE is specifically for Streaming data sources and Incremental data handling.
D
Both commands are identical in functionality, with CREATE STREAMING LIVE being phased out in future updates.
E
CREATE LIVE TABLE is exclusive to DELTA LIVE TABLES, whereas CREATE STREAMING LIVE is restricted to Structured Streaming applications.