Given the following query: spark . table ( databricks video

 ·  PT1H46M27S  ·  EN

data-engineer-professional video for given the following query: spark . table ( "stream_sink" ) . filter ( "recent = true" ) . dropDuplicates ([ "item_id" ,

Full Certification Question

Given the following query: spark . table ( "stream_sink" ) . filter ( "recent = true" ) . dropDuplicates ([ "item_id" , "item_timestamp" ]) . write . mode ( "overwrite" ) . table ( "stream_data_stage" ) Which statement describes the result of executing this query ?