View all questions & answers for the Databricks-Certified-Associate-Developer-for-Apache-Spark-3.5 exam
Given the schema:

event_ts TIMESTAMP,
sensor_id STRING,
metric_value LONG,
ingest_ts TIMESTAMP,
source_file_path STRING
The goal is to deduplicate based on: event_ts, sensor_id, and metric_value.
Options:
Submit