SnowPro Core Certification — Question 840

What should be used when creating a CSV file format where the columns are wrapped by single quotes or double quotes?

Answer options

Correct answer: C

Explanation

The correct answer is C, FIELD_OPTIONALLY_ENCLOSED_BY, which allows for the specification of quotes for enclosing fields in a CSV file. A, B, and D are not relevant to controlling how fields are enclosed in the CSV format.