Dashboard Temp Share Shortlinks Frames API

HTMLify

Day 1 HackerRank SQl
Views: 14 | Author: djdj
1
2
3
4
5
6
7
8
/*
	https://www.hackerrank.com/challenges/
	revising-the-select-query/problem
*/

SELECT * 
FROM CITY
WHERE population > 100000 AND countrycode = 'USA';