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.