Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
During the execution of a streaming query that loads data from the 'scorecard' table into the 'performance' table in Delta format, the 'performance' table is accidentally dropped by a user. What is the immediate consequence of this action?
A
The streaming query will terminate immediately upon the table being dropped.
B
Upon new data arrival in the 'scorecard' table, the 'performance' table will be recreated, but all previous data will be lost.
C
Upon new data arrival in the 'scorecard' table, the 'performance' table will be recreated with all previous data restored automatically using Delta logs.
D
The streaming query will continue to run until new data is added to the 'scorecard' table, at which point it will stop.
E
It is not possible to drop a table that is currently being used in a streaming query.