Discover a new country

Report a typo

There is a Countries table with one JSON column that contains information about countries. Add one JSON object to an existing Countries table with the following key-value pairs:

{"Country": "Germany", "Capital": "Berlin", "Population, mln": 83}

Make sure to use the JSON_OBJECT function.

Write an SQL statement





___

Create a free account to access the full topic