
Ultimate access to all questions.
Explanation:
In Delta Live Tables (DLT) using SQL, the live schema prefix is used to reference other tables and views that are defined within the same pipeline.
A
FROM stream(table)
B
FROM catalog.schema.table
C
FROM live.table_name
D
FROM dlt_table
No comments yet.