Which parameter can be used to instruct a COPY command to verify data files instead of loading them into a specified table?
Answer : D
https://docs.snowflake.com/en/sql-reference/sql/copy-into-table.html
VALIDATION_MODE=RETURN_n_ROWS|RETURN_ERRORS|RETURN_ALL_ERRORS
String (constant) that instructs the COPY command to validate the data filesinsteadof 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:
Which data type can store more than one type of data structure?
Answer : D
Which of the following are considerations when using a directory table when working with unstructured data? (Choose two.)
Answer : B, D
The first user assigned to a new account, ACCOUNTADMIN, should create at least one additional user with which administrative privilege?
Answer : D
Which statement describes how Snowflake supports reader accounts?
Answer : C
Which of the following statements describes a schema in Snowflake?
Answer : A
What is the recommended compressed file size range for continuous data loads using Snowpipe?
Answer : B