Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When a streaming query is initiated without specifying an output mode, and the target table already contains records, what happens?
A
The query fails because the output mode is mandatory.
B
Complete mode is automatically selected, replacing the entire table with the current micro-batch of data.
C
Update mode, the default output mode, is selected, updating only the rows changed since the last micro-batch.
D
Append mode is selected by default, adding only new records to the target table.
E
The output mode is determined by the type of data being loaded.