The Merge operator is considered a DML (Data Manipulation Language) operator in Snowflake. DML operators are used to modify data in tables, and the Merge operator specifically allows for conditional updates, inserts, or deletes in a target table based on the results of a join with a source table.
[:, Snowflake Documentation: Query Profile Overview, Snowflake Documentation: MERGE Statement, , ]
Submit