Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 1100

Which function can be used to convert semi-structured data into rows and columns?

    Correct Answer: B

    FLATTEN function can be used to convert semi-structured data such as JSON into a relational representation of rows and columns by creating a flattened view. It essentially transforms nested data structures into a tabular format, which aligns with the procedure of converting semi-structured data into a row and column format.

Discussion
Rameez1Option: B

FLATTEN can be used to convert semi-structured data to a relational representation.