Algorithm & SQL/SQL
Japanese Cities' Attributes
YoonJong
2022. 6. 7. 15:36
728x90
반응형
CITY 테이블에서 countrycode가 jpn 인 값을 구하는 문제이다.
정답 : select * from city where countrycode = 'jpn'
728x90
반응형