
Ultimate access to all questions.
In the context of creating Delta Live Tables (DLT) using SQL, which scenario is best suited for using the CREATE STREAMING LIVE TABLE syntax as opposed to the CREATE LIVE TABLE syntax? Note that CREATE STREAMING LIVE TABLE was formerly known as CREATE INCREMENTAL LIVE TABLE.
A
CREATE STREAMING LIVE TABLE should be used when the subsequent step in the DLT pipeline is static.
B
CREATE STREAMING LIVE TABLE should be used when data needs to be processed incrementally.
C
CREATE STREAMING LIVE TABLE should be used when data needs to be processed through complicated aggregations.
D
CREATE STREAMING LIVE TABLE should be used when the previous step in the DLT pipeline is static.