SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 177


Which Snowflake function will interpret an input string as a JSON document, and produce a VARIANT value?

Show Answer
Correct Answer: AB

The Snowflake function that interprets an input string as a JSON document and produces a VARIANT value is parse_json(). This function takes a string containing JSON data and converts it into a VARIANT data type, which can store semi-structured data.

Discussion

14 comments
Sign in to comment
tejarunOption: A
Nov 25, 2022

https://docs.snowflake.com/en/sql-reference/functions/parse_json.html

paknadeemOption: A
Dec 7, 2022

The correct answer is A

KeshavaMugulurOption: A
Dec 6, 2022

This should A for sure

SV1122
Jan 1, 2023

Was on exam Dec 31st 2022

ViniJsrOption: A
Jan 5, 2023

The correct answer is A.

KarBiswaOption: A
Feb 10, 2023

parse_json

qaiserlatifOption: A
Mar 2, 2023

Interprets an input string as a JSON document, producing a VARIANT value. Syntax PARSE_JSON( <expr> )

examtopics_strataOption: A
Jul 26, 2023

A is correct

singhksOption: A
Aug 19, 2023

A is the answer. https://docs.snowflake.com/en/sql-reference/functions/parse_json

Marge23Option: A
Sep 18, 2023

correct

_yyuktaOption: A
Feb 25, 2024

A parse_json()

AnireddySaikiranReddyOption: B
Feb 26, 2024

Correct Answer: B

pranaligOption: A
Jun 15, 2024

Correct Answer: A

Mallikharjuna452Option: A
Jul 20, 2024

parse_json()