Japanese Cities' Attributes - HackerRank SQL
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 CITYWHERE COUNTRYCODE='JPN';
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 CITYWHERE COUNTRYCODE='JPN';
No comments for "Japanese Cities' Attributes - HackerRank SQL"
Post a Comment