exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 1307 discussion

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

How should the SPLIT_TO_TABLE([string], [delimiter]) function be called?

  • A. SELECT SPLIT_TO_TABLE(COL1, '.') FROM DUAL;
  • B. SELECT SPLIT_TO_TABLE('a.b.c', '.');
  • C. SELECT * FROM TABLE(SPLIT_TO_TABLE('a.b.c', '.'));
  • D. SELECT * FROM SPLIT_TO_TABLE('a.b.c', '.');
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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 week, 4 days ago
Selected Answer: C
Option C https://docs.snowflake.com/en/sql-reference/functions/split_to_table#examples
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 ...