Search posts...
select * from city where population > 100000 and countrycode = 'USA'
select * from city where countrycode = 'USA' and population > 100000;
silver