Ultimate access to all questions.
A table named 'customers' was created from a Kafka payload containing binary-encoded JSON values. After converting the 'key' and 'value' columns to String type, the 'value' column contains JSON data but remains as a String type. Which SQL statement correctly accesses the JSON data fields 'name', 'email', 'country', and 'age'?