융무의 기술블로그
article thumbnail
[SQL][HackerRank] Revising the Select Query I
Algorithm/SQL 2020. 6. 8. 22:23

https://www.hackerrank.com/challenges/revising-the-select-query/problem Revising the Select Query I | HackerRank Query the data for all American cities with populations larger than 100,000. www.hackerrank.com select * from CITY where POPULATION > 100000 and COUNTRYCODE = 'USA'