A. VARIANT “null” values are not the same as SQL NULL values: In Snowflake, a VARIANT type can store semi-structured data like JSON. A JSON null is distinct from an SQL NULL. JSON null is treated as a valid value in Snowflake, while SQL NULL represents the absence of a value.
B. It is recommended to do frequent, single row DMLs: This is false. Snowflake is optimized for bulk operations, and frequent single-row DMLs (e.g., INSERT, UPDATE, DELETE) are not recommended as they can lead to inefficiencies and higher costs.
C. It is recommended to validate the data before loading into the Snowflake target table: This is true. Validating data before loading ensures data quality and avoids errors or inconsistencies in the target table.
D. It is recommended to use staging tables to manage MERGE statements: This is true. Staging tables are often used to prepare and validate data before applying MERGE operations, which helps ensure data integrity and efficiency.
Correct Choices: A, C, D
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Sudhansu21
3 days, 11 hours agoMallikharjuna452
7 months, 1 week ago_yyukta
12 months agoMayuri917233
1 year, 9 months agodmitriypo
1 year, 9 months agoalanhuangjob
1 year, 10 months agoKarBiswa
2 years agoTapasgup007
2 years, 2 months agoAntz83
2 years, 6 months agoMinuteMaid
2 years, 11 months agoRajokkiyam
3 years ago