- (Exam Topic 3)
Which command can be used to load data files into a Snowflake stage?
Correct Answer:
C
- (Exam Topic 3)
Which parameter can be used to instruct a COPY command to verify data files instead of loading them into a specified table?
Correct Answer:
D
https://docs.snowflake.com/en/sql-reference/sql/copy-into-table.html
VALIDATION_MODE = RETURnN__ROWS | RETURN_ERRORS | RETURN_ALL_ERRORS
String (constant) that instructs the COPY command to validate the data files instead
of loading them into the
specified table; i.e. the COPY command tests the files for errors but does not load them. The command validates the data to be loaded and returns results based on the validation option specified:
- (Exam Topic 1)
Which of the following are common use cases for zero-copy cloning? Choose 3 answers
Correct Answer:
ABC
Reference: https://community.snowflake.com/s/question/0D50Z00009C3VlMSAV/zero-copy-cloning
- (Exam Topic 2)
Which of the following are valid methods for authenticating users for access into Snowflake? (Select THREE)
Correct Answer:
BDE
- (Exam Topic 3)
What file formats does Snowflake support for loading semi-structured data? (Choose three.)
Correct Answer:
BDE