Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 437

What is Snowflake's general guideline for files used to load data?

    Correct Answer: D

    For delimited files, the default character set is UTF-8. This is a common standard for encoding characters and is widely used for compatibility and consistency across different systems and platforms.

Discussion
SnowProCertDec22Option: D

by discard, not A because you have to load the data on a stage before being able to load it into a table. not b because comma is the default delimiter. not c because edi is not supported.

SnowProCertDec22

Files are first copied (“staged”) to an internal (Snowflake) stage, then loaded into a table.

AravindhTN

Great explanation.

snowcertOption: D

https://docs.snowflake.com/en/user-guide/intro-summary-loading.html

AlphaCentauriBearOption: A

A is also correct. https://docs.snowflake.com/en/sql-reference/sql/copy-into-table COPY INTO command allows to copy files directly from remote location bypassing the stage. COPY INTO [<namespace>.]<table_name> FROM { internalStage | externalStage | externalLocation }

yaho5

Well, yes, but it is not recommended.

MultiCloudIronManOption: D

correct

KnightVictorOption: D

for sure D

Rob__C

https://docs.snowflake.com/en/user-guide/intro-summary-loading.html