exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 1302 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 1302
Topic #: 1
[All SnowPro Core Questions]

What function should be used to convert JSON NULL values to SQL NULL values when loading data into a Snowflake table?

  • A. STRIP_OUTER_ARRAYS
  • B. STRIP_NULL_VALUE
  • C. FLATTEN
  • D. PARSE_JSON
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Sreestorm123
3 weeks, 2 days ago
SELECT STRIP_NULL_VALUE(PARSE_JSON('{"a": 1, "b": null, "c": "value"}'));
upvoted 1 times
...
pieterjacobi1
3 weeks, 5 days ago
Selected Answer: D
When loading JSON data into a Snowflake table, the PARSE_JSON function can be used to convert JSON NULL values to SQL NULL values. This function parses a string containing JSON data into a Snowflake JSON data type (VARIANT). During this parsing process, JSON null values are interpreted as SQL NULL values.
upvoted 1 times
...
Jiten732
4 weeks, 1 day ago
Selected Answer: B
B is correct
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago