List of questions
Related questions
Question 622 - SnowPro Core discussion
A JSON object is loaded into a column named data using a Snowflake variant datatype. The root node of the object is BIKE. The child attribute for this root node is BIKEID.
Which statement will allow the user to access BIKEID?
A.
select data:BIKEID
B.
select data.BIKE.BIKEID
C.
select data:BIKE.BIKEID
D.
select data:BIKE:BIKEID
Your answer:
0 comments
Sorted by
Leave a comment first