SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 37


Which of the following statements are true of Snowflake data loading? (Choose three.)

Show Answer
Correct Answer: ACD

VARIANT 'null' values in Snowflake are not the same as SQL NULL values; they are handled differently in storage and retrieval, which is important to understand when working with semi-structured data. It is recommended to validate the data before loading it into the Snowflake target table to ensure data integrity, consistency, and to avoid potential errors during the load process. Using staging tables to manage MERGE statements is also recommended because it allows for intermediate processing and the handling of data updates effectively, optimizing performance and resource usage.

Discussion

10 comments
Sign in to comment
MinuteMaidOptions: ACD
Mar 15, 2022

Frequent single row DML? Hell nah. ACD is the way to go.

Antz83Options: ACD
Jul 27, 2022

Frequent Single rows on any MPP like Snowflake has always been a no no! Function of an OLTP DB

Mayuri917233Options: ACD
May 11, 2023

ACD are correct

RajokkiyamOptions: ACD
Feb 6, 2022

ACD, Correct

dmitriypo
May 5, 2023

Variant NULL values: https://docs.snowflake.com/en/user-guide/semistructured-considerations#label-variant-null

Tapasgup007Options: ACD
Dec 6, 2022

ACD are correct

KarBiswaOptions: AC
Feb 8, 2023

The result must be deterministic for merge so source can be any reference data source only constraint it should create/modify unique rows

alanhuangjobOptions: ACD
Apr 3, 2023

ACD is correct answer.

_yyuktaOptions: ACD
Feb 23, 2024

ACD are correct

Mallikharjuna452Options: ACD
Jul 18, 2024

ACD are correct