SnowPro Core Certification — Question 550
When unloading data, which file formats are supported by the COPY INTO [location] command? (Choose two.)
Answer options
- A. Avro
- B. JSON
- C. ORC
- D. Parquet
- E. XML
Correct answer: B, D
Explanation
The correct formats for unloading data using the COPY INTO [location] command are JSON and Parquet. Avro, ORC, and XML are not supported for this specific operation, making them incorrect choices.