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
B. select src.dealership from car_sales;
Please log in or signup in order to use this feature
Please Enter 10 characters or more
B. select src.dealership from car_sales;