snowpro-core question 921 discussion

View all snowpro core here
back to snowflake forum

Question 921

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?

  • B. select src.dealership from car_sales;
  • C. select src:Dealership from car_sales;
  • D. select dealership from car_sales;
Answer:

a

User Votes:
B
50%
C
50%
D
50%
Discussions
0 / 1000
vr15305
6 months, 3 weeks ago

B. select src.dealership from car_sales;