Talk is cheap. Show me the code.
Problem : https://www.hackerrank.com/challenges/revising-the-select-query-2/problem
Solution :
SELECT NAME FROM CITY WHERE POPULATION > 120000 AND COUNTRYCODE = "USA";
No comments:
Post a Comment