Ultimate access to all questions.
A table named car_sales
contains a single VARIANT column named src
.
The output of the query SELECT * FROM car_sales;
is:
{
"customer": {
"address": {
"city": "Springfield",
"phone number": "123-456-7890",
"street": "123 Main St"
},
"name": "John Doe"
},
"sale_id": 1001
}
Which queries will return the element "phone number" from the data? (Choose two.)