January 17, 2024
Last updated 1 year ago
Query all attributes of every Japanese city in the CITY table. The COUNTRYCODE for Japan is JPN.
JPN
The CITY table is described as follows:
SELECT * FROM CITY WHERE COUNTRYCODE = 'JPN';