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:
Japanese Cities’ Names HackerRank Solution SQL
SELECT Name FROM City WHERE CountryCode = 'JPN';
Attempt – https://www.hackerrank.com/challenges/japanese-cities-name
Aayush Kumar Gupta is the founder and creator of ExploringBits, a website dedicated to providing useful content for people passionate about Engineering and Technology. Aayush has completed his Bachelor of Technology (Computer Science & Engineering) from 2018-2022. From July 2022, Aayush has been working as a full-time Devops Engineer.