Exam COF-C03 Topic 1 Question 897 Discussion
Actual exam question for Snowflake's COF-C03 exam
Question #: 897
Topic #: 1
Question #: 897
Topic #: 1
The following JSON is stored in a VARIANT column called src of the CAR_SALES table:

A user needs to extract the dealership information from the JSON. How can this be accomplished?

A user needs to extract the dealership information from the JSON. How can this be accomplished?
Suggested Answer: B Vote an answer
In Snowflake, to extract a specific element from a JSON stored in a VARIANT column, the correct syntax is to use the dot notation. Therefore, the query select src.dealership from car_sales;will return the dealership information contained within each JSON object in the srcncolumn.
References: For a detailed explanation, please refer to the Snowflake documentation on querying semi-structured data.
References: For a detailed explanation, please refer to the Snowflake documentation on querying semi-structured data.
by Algernon at Sep 09, 2026, 05:11 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).