728x90
반응형
https://www.hackerrank.com/challenges/japanese-cities-name/problem?isFullScreen=true
문제
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:
Code
SELECT NAME
FROM CITY
WHERE COUNTRYCODE = 'JPN'
728x90
반응형
'SQL > MySQL' 카테고리의 다른 글
[MySQL/HackerRank] Weather Observation Station 3 (0) | 2023.08.12 |
---|---|
[MySQL/HackerRank] Weather Observation Station 1 (0) | 2023.08.12 |
[MySQL/HackerRank] Japanese Cities' Attributes (0) | 2023.08.12 |
[MySQL/HackerRank] Select By ID (0) | 2023.08.12 |
[MySQL/HackerRank] Select All (0) | 2023.08.12 |