COF-C02 · Question #69
Which semi-structured file formats are supported when unloading data from a table? (Select TWO).
The correct answer is D. Parquet E. JSON. When unloading (exporting) data from a Snowflake table, the supported semi-structured formats are Parquet (D) and JSON (E). ORC (A) and Avro (C) are supported for data loading (ingestion) into Snowflake but are not supported for unloading data out of Snowflake. XML (B) is not…
Question
Which semi-structured file formats are supported when unloading data from a table? (Select TWO).
Options
- AORC
- BXML
- CAvro
- DParquet
- EJSON
How the community answered
(58 responses)- A3% (2)
- B2% (1)
- C2% (1)
- D93% (54)
Explanation
When unloading (exporting) data from a Snowflake table, the supported semi-structured formats are Parquet (D) and JSON (E). ORC (A) and Avro (C) are supported for data loading (ingestion) into Snowflake but are not supported for unloading data out of Snowflake. XML (B) is not supported for either structured loading or unloading in Snowflake. For unloading, Snowflake supports CSV (delimited), JSON, and Parquet.
Topics
Community Discussion
No community discussion yet for this question.