Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 517

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

    Correct Answer: B

    The correct function to unload relational data to JSON in Snowflake is OBJECT_CONSTRUCT(). This function constructs an object from a set of key-value pairs, which can then be converted into JSON format. The other options do not relate specifically to converting relational data into JSON format.

Discussion
Simbajagnole

correct https://community.snowflake.com/s/article/Generating-a-JSON-Dataset-using-Relational-Data-in-Snowflake

pvskbrodOption: B

https://docs.snowflake.com/en/user-guide/data-unload-considerations

EmiBOption: B

B - OBJECT_CONSYRUCT

_yyuktaOption: B

B. OBJECT_CONSTRUCT()

MultiCloudIronManOption: B

Correct