List of questions
Related questions
Question 6 - COF-C02 discussion
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.
select src:dealership from car_sales;
B.
select src.dealership from car_sales;
C.
select src:Dealership from car_sales;
D.
select dealership from car_sales;
Your answer:
0 comments
Sorted by
Leave a comment first