List of questions
Related questions
Question 355 - SnowPro Core discussion
A JSON file, that contains lots of dates and arrays, needs to be processed in Snowflake. The user wants to ensure optimal performance while querying the data.
How can this be achieved?
A.
Flatten the data and store it in structured data types in a flattened table. Query the table.
B.
Store the data in a table with a variant data type. Query the table.
C.
Store the data in a table with a vai : ant data type and include STRIP_NULL_VALUES while loading the table. Query the table.
D.
Store the data in an external stage and create views on top of it. Query the views.
Your answer:
0 comments
Sorted by
Leave a comment first