Japanese Cities' Attributes

BASIC SELECT

Question Link

Query all attributes of every Japanese city in the CITY table. The COUNTRYCODE for Japan is JPN.

The CITY table is described as follows: CITY.jpg

SELECT * FROM City WHERE countrycode = 'JPN'

Last updated

Was this helpful?