ExamGecko
Question list
Search
Search

Question 710 - COF-C02 discussion

Report
Export

Which command should be used to load data incrementally based on column values that are specified in the source table or subquery?

A.

MERGE

Answers
A.

MERGE

B.

COPY INTO

Answers
B.

COPY INTO

C.

GET

Answers
C.

GET

D.

INSERT INTO

Answers
D.

INSERT INTO

Suggested answer: A

Explanation:

The MERGE command in Snowflake is used for incremental loading based on column values in a source table or subquery. It enables the insertion, updating, or deletion of records in a target table depending on whether matching rows are found, making it ideal for loading data that changes incrementally, such as daily updates or modifications.

asked 12/11/2024
Paul Cessant
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first