SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 1187


What are valid values for the FIELD_OPTIONALLY_ENCLOSED_BY option in the COPY INTO [location] command used during data unloading? (Choose two.)

Show Answer
Correct Answer:

Discussion

2 comments
Sign in to comment
37ceea2Options: AD
Jan 31, 2025

https://docs.snowflake.com/en/user-guide/data-unload-considerations FIELD_OPTIONALLY_ENCLOSED_BY = 'character' | NONE Use this option to enclose strings in the specified character: single quote ('), double quote ("), or NONE.

dconesokoOptions: AD
Feb 18, 2025

AD. The parameter options are either 'any character' or NONE.