Query a count of the number of cities in CITY having a Population larger than . Input Format The CITY table is described as follows:
Query a count of the number of cities in CITY having a Population larger than .
SELECT COUNT(*) FROM CITY WHERE population >100000;