What 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?
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.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
9d4d68a
3 months ago