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:
How many resource monitors can be assigned at the account level?
Answer : A
Data storage for individual tables can be monitored using which commands and/or objects? (Choose two.)
Answer : A, E
How would a user run a multi-cluster warehouse in maximized mode?
Answer : D
What internal stages are available in Snowflake? (Choose three.)
Answer : A, B, E
Which stages are used with the Snowflake PUT command to upload files from a local file system? (Choose three.)
Answer : A, E, F
Which data type can store more than one type of data structure?
Answer : D