A data engineering team manages an hourly batch job that ingests source system records into a Lakehouse. Given that the ingestion process ensures no data arrives late, and the target table contains millions of accounts but only receives tens of thousands of updates per hour, which approach is the most efficient for updating the `account_current` table with the latest value for each unique `user_id`? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz