Video upload date:  · Duration: PT1H46M27S  · Language: EN

Given the following query on the Delta databricks video

data-engineer-professional video for given the following query on the Delta table customers on which Change Data Feed is enabled: spark . read . option (

This is a dedicated watch page for a single video.

Full Certification Question

Given the following query on the Delta table customers on which Change Data Feed is enabled: spark . read . option ( "readChangeFeed" , "true" ) . option ( "startingVersion" , 0 ) . table ( "customers" ) . filter ( col ( "_change_type" ). isin ([ "update_postimage" ])) . write . mode (“ overwrite ”) . table ( "customers_updates" ) Which statement describes the results of this query each time it is executed ?