
Explanation:
In Delta Live Tables (DLT), Streaming Tables (ST) are designed for append-only data streams and process records exactly once. Materialized Views (MVs) can incrementally or fully recompute to guarantee that the results correctly reflect any updates or deletes in the source data.
Ultimate access to all questions.
A
MV is kept in memory only.
B
ST incrementally processes new rows; MV guarantees correctness even if source rows are updated.
C
ST supports Python, MV is SQL only.
D
ST is Z-Ordered automatically.
No comments yet.