SQL/HackerRank

[HackerRank] Japanese Cities' Names

햄습햄 2022. 1. 14. 14:01

문제 설명 (Difficulty: Easy)

 

Query the names of all the Japanese cities in the CITY table.

(CITY 테이블에서 모든 일본 도시의 이름을 쿼리하세요.)

 

The COUNTRYCODE for Japan is JPN. 

(일본의 COUNTRYCODE는 JPN입니다.)

 

The CITY table is described as follows: 

(CITY 테이블은 다음과 같이 설명됩니다.)

 


풀이 과정 (MySQL)

 

'SQL > HackerRank' 카테고리의 다른 글

[HackerRank] Weather Observation Station 3  (0) 2022.01.19
[HackerRank] Weather Observation Station 1  (0) 2022.01.19
[HackerRank] Japanese Cities' Attributes  (0) 2022.01.14
[HackerRank] Select By ID  (0) 2022.01.14