문제
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 City
Where countrycode = 'JPN'
- City 테이블의 모든 일본 도시의 모든 속성을 출력
- 일본의 COUNTRYCODE = 'JPN'
출처
반응형
'Algorithm > MySQL' 카테고리의 다른 글
[해커랭크(HackerRank)] Weather Observation Station 5 (MySQL) (0) | 2021.07.04 |
---|---|
[해커랭크(HackerRank)] Japanese Cities' Names (MySQL) (0) | 2021.07.04 |
[프로그래머스] 오랜 기간 보호한 동물(2) (MySQL) (0) | 2021.07.02 |
[프로그래머스] 중복 제거하기 (MySQL) (0) | 2021.07.02 |
[LeetCode] 1179. Reformat Department Table (MySQL) (0) | 2021.07.02 |