[HackerRank] Japanese Cities' Attributes

MySQL > Japanese Cities' Attributes

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

The CITY table is described as follows:

SELECT *
FROM CITY
WHERE COUNTRYCODE = 'JPN'

좋은 웹페이지 즐겨찾기