What is the key difference between a DLT LIVE TABLE and a LIVE VIEW?
-
A
LIVE TABLE stores data persistently; LIVE VIEW is a reusable virtual query that does not store data
-
B
LIVE TABLE is read-only; LIVE VIEW is writable
-
C
LIVE TABLE uses SQL only; LIVE VIEW uses Python only
-
D
There is no functional difference between them