In a Delta Lake ETL pipeline, what is the primary purpose of the MERGE INTO statement?
-
A
To append new records only
-
B
To perform upserts by matching source and target rows
-
C
To delete all records and reload the table
-
D
To partition data by a specified column