SQL 문제풀이/해커랭크
[해커랭크 / Easy] Japanese Cities' Attributes (MySQL)
지나가던 개발자
2021. 12. 11. 20:50
반응형
https://www.hackerrank.com/challenges/japanese-cities-attributes/problem?isFullScreen=true
Japanese Cities' Attributes | HackerRank
Query the attributes of all the cities in Japan.
www.hackerrank.com
CITY 테이블에서 COUNTRTCODE가 JPN인 모든 속성(칼럼)을 출력하는 문제입니다.
아래는 코드입니다.
반응형