[HackerRank] Japanese Cities' Names

MySQL > Japanese Cities' Names

Query the names of all the Japanese cities in the CITY table. The COUNTRYCODE for Japan is JPN.
The CITY table is described as follows:

SELECT NAME
FROM CITY
WHERE COUNTRYCODE = 'JPN';

좋은 웹페이지 즐겨찾기