SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 1176


In a SPLIT_PART function, what will the returned value be if the partNumber is out of range?

Show Answer
Correct Answer:

Discussion

3 comments
Sign in to comment
bor4unOption: B
Jan 24, 2025

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

37ceea2Option: C
Jan 31, 2025

https://docs.snowflake.com/en/sql-reference/functions/split_part Splits a given string at a specified character and returns the requested part. In this case, SPLIT will return entire string.

37ceea2
Feb 3, 2025

Sory, my mistake. B is the right answer. In the above, we can see "Usage notes If the partNumber is out of range, the returned value is an empty string."

ViniJsrOption: B
Feb 21, 2025

Usage notes If the partNumber is out of range, the returned value is an empty string.