data-engineer-professional video for the following query runs throughout the soccer matches to load data into the performance table: spark . readStream . format
The following query runs throughout the soccer matches to load data into the performance table: spark . readStream . format ( 'delta' ) . table ( 'scorecard' ) . writeStream . option ( 'checkpointLocation' , '/tmp/scores' ) . format ( 'delta' ) . table ( 'performance' ) While the query is running, one of the users accidentally drops the performance table. Which statement describes the effect of dropping the table?