[문제]
CITY 테이블에서 모든 일본 도시의 모든 속성을 쿼리하세요. 일본의 COUNTRYCODE는 JPN이다.
CITY 테이블은 다음과 같이 설명되어 있습니다.

[풀이]
SELECT *
FROM city
WHERE countrycode = ‘JPN’;'DB > SQL' 카테고리의 다른 글
| [HackerRank : SQL - oracle] Weather Observation Station 1 (0) | 2022.09.19 |
|---|---|
| [ HackerRank : SQL - oracle ] Japanese Cities' Names (0) | 2022.09.18 |
| [HackerRank : SQL - oracle ] Select By ID (1) | 2022.09.18 |
| [ HackerRank : SQL - oracle ] Select All (0) | 2022.09.18 |
| [ HackerRank : SQL - oracle ] Revising the Select Query II (0) | 2022.09.18 |