This is a dedicated watch page for a single video.
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?