select id, name, countrycode, district, population
from city
where population > 100000 and countrycode='usa';
프로그래머스 sql 고득점 kit 거의 다 풀어서
여기 있는 문제들 앞으로 풀어볼 예정!
+ 생각보다 자잘한 문제가 많아서 푼 다음 한번에 정리해야겠습니다
https://www.hackerrank.com/domains/sql
'SQL > HackerRank' 카테고리의 다른 글
[HackerRank] Revising the Select Query II (0) | 2023.01.12 |
---|