exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 403 discussion

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

What columns are returned when performing a FLATTEN command on semi-structured data? (Choose two.)

  • A. KEY
  • B. NODE
  • C. VALUE
  • D. LEVEL
  • E. ROOT
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

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
Kate0204
Highly Voted 2 years, 2 months ago
Selected Answer: AC
https://docs.snowflake.com/en/sql-reference/functions/flatten.html#output
upvoted 7 times
...
PrasantSadangi
Most Recent 4 months, 3 weeks ago
Selected Answer: AC
Output The returned rows consist of a fixed set of columns: +-----+------+------+-------+-------+------+ | SEQ | KEY | PATH | INDEX | VALUE | THIS | |-----+------+------+-------+-------+------| SEQ A unique sequence number associated with the input record; the sequence is not guaranteed to be gap-free or ordered in any particular way. KEY For maps or objects, this column contains the key to the exploded value. PATH The path to the element within a data structure that needs to be flattened. INDEX The index of the element, if it is an array; otherwise NULL. VALUE The value of the element of the flattened array/object. THIS The element being flattened (useful in recursive flattening).
upvoted 1 times
...
_yyukta
11 months, 3 weeks ago
Selected Answer: AC
Ac are correct
upvoted 1 times
...
MultiCloudIronMan
1 year, 10 months ago
Selected Answer: AC
Correct
upvoted 1 times
...
miadiesel
2 years, 1 month ago
Selected Answer: AC
https://docs.snowflake.com/en/sql-reference/functions/flatten.html#output
upvoted 3 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 ...