Japanese Cities' Names- HackerRank SQL
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:
exit: Ctrl+↩
SELECT NAMEFROM CITYWHERE COUNTRYCODE = 'JPN';
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 NAMEFROM CITYWHERE COUNTRYCODE = 'JPN';
No comments for "Japanese Cities' Names- HackerRank SQL"
Post a Comment