SnowflakeSnowflake
COF-C02 · Question #524
COF-C02 Question #524: Real Exam Question with Answer & Explanation
Sign in or unlock COF-C02 to reveal the answer and full explanation for question #524. The question stem and answer options stay visible for context.
Data Transformations
Question
A JSON document is stored in the source_colum of type VARIANT. The document has an array called elements. The array contains the name key that has a string value How can a Snowflake user extract the name from the first element?
Options
- ASource_column.element[1]:name
- BSource_column.element[0]:name
- CSource_column.element[1].name
- DSource_column.element[0]:name
Unlock COF-C02 to see the answer
You've previewed enough free COF-C02 questions. Unlock COF-C02 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#JSON querying#VARIANT data type#Semi-structured data#Array indexing