What are valid values for the FIELD_OPTIONALLY_ENCLOSED_BY option in the COPY INTO [location] command used during data unloading? (Choose two.)
What are valid values for the FIELD_OPTIONALLY_ENCLOSED_BY option in the COPY INTO [location] command used during data unloading? (Choose two.)
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.
AD. The parameter options are either 'any character' or NONE.