exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 1349 discussion

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

When creating a file format to load JSON data into Snowflake, what command will remove brackets ([]) from the data?

  • A. STRIP_NULL_VALUES = TRUE
  • B. REPLACE_INVALID_CHARACTERS = TRUE
  • C. TRIM_SPACE = TRUE
  • D. STRIP_OUTER_ARRAY = TRUE
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
ArunRav
1 month ago
Selected Answer: D
https://docs.snowflake.com/en/sql-reference/sql/create-file-format#type-json STRIP_OUTER_ARRAY = TRUE | FALSE Definition Boolean that instructs the JSON parser to remove outer brackets (i.e. [ ]).
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 ...