문제
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 name
From City
Where countrycode = 'JPN'
- CITY 테이블에서 이본 도시의 이름을 모두 출력
출처
반응형
'Algorithm > MySQL' 카테고리의 다른 글
[해커랭크(HackerRank)] Weather Observation Station 7 (MySQL) (0) | 2021.07.04 |
---|---|
[해커랭크(HackerRank)] Weather Observation Station 5 (MySQL) (0) | 2021.07.04 |
[해커랭크(HackerRank)] Japanese Cities' Attributes (MySQL) (0) | 2021.07.04 |
[프로그래머스] 오랜 기간 보호한 동물(2) (MySQL) (0) | 2021.07.02 |
[프로그래머스] 중복 제거하기 (MySQL) (0) | 2021.07.02 |