SnowPro Core Certification — Question 275
When unloading data to an external stage, which compression format can be used for Parquet files with the COPY INTO command?
Answer options
- A. BROTLI
- B. GZIP
- C. LZO
- D. ZSTD
Correct answer: C
Explanation
The correct answer is C (LZO) as it is one of the supported compression formats for Parquet files in this context. Options A (BROTLI), B (GZIP), and D (ZSTD) do not apply for Parquet files when using the COPY INTO command, making them incorrect choices.