select name
from city
where population > 120000 and countrycode ='usa';
'SQL > HackerRank' 카테고리의 다른 글
[HackerRank] Revising the Select Query I (0) | 2023.01.12 |
---|
select name
from city
where population > 120000 and countrycode ='usa';
[HackerRank] Revising the Select Query I (0) | 2023.01.12 |
---|