SnowPro Core Certification — Question 1109
Which Query Profile operator is considered a DML operator?
Answer options
- A. ExternalScan
- B. Flatten
- C. Merge
- D. Sort
Correct answer: C
Explanation
The Merge operator is categorized as a DML operator because it modifies data by combining records. In contrast, ExternalScan, Flatten, and Sort are primarily used for data retrieval and organization, not for modifying data.