SnowPro Core Certification — Question 523

What Snowflake function should be used to unload relational data to JSON?

Answer options

Correct answer: B

Explanation

The correct answer is B, OBJECT_CONSTRUCT(), as it creates a JSON object from relational data, allowing for effective unloading to JSON format. Options A, C, and D serve different purposes: A is for generating file URLs, C is to parse JSON strings into objects, and D converts values to the VARIANT data type.