SnowPro Core Certification — Question 1277

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

Answer options

Correct answer: C

Explanation

The correct answer is C because the SPLIT_TO_TABLE function needs to be called within the TABLE() function to return a result set. Options A and B do not return a table format, and option D incorrectly attempts to select directly from the function without the TABLE wrapper.