You are viewing a single comment's thread. Return to all comments →
SELECT COUNT(*) AS city_count FROM CITY WHERE Population > 100000;
Seems like cookies are disabled on this browser, please enable them to open this website
Revising Aggregations - The Count Function
You are viewing a single comment's thread. Return to all comments →
SELECT COUNT(*) AS city_count FROM CITY WHERE Population > 100000;