The following query runs throughout the databricks video

 ·  PT1H46M27S  ·  EN

data-engineer-professional video for the following query runs throughout the soccer matches to load data into the performance table: spark . readStream . format

Full Certification Question

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?