Skip to main content

Japanese Cities Attributes

· One min read
Kaustubh Kulkarni

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

The CITY table is described as follows:

Answer :

SQL
select * from CITY where COUNTRYCODE='JPN';