Algorithm/SQL
[SQL][HackerRank] Japanese Cities' Attributes
융무
2020. 6. 8. 22:40
Japanese Cities' Attributes | HackerRank
Query the attributes of all the cities in Japan.
www.hackerrank.com
select *
from city
where countrycode = 'JPN';