SnowPro Core Certification — Question 677
What type of NULL values are supported in semi-structured data? (Choose two.)
Answer options
- A. Avro
- B. JSON
- C. ORC
- D. Parquet
- E. SQL
Correct answer: B, E
Explanation
JSON and SQL both support the concept of NULL values in semi-structured data. Avro, ORC, and Parquet are also data serialization formats but do not inherently support NULL values in the same way as JSON and SQL do.