You are viewing a single comment's thread. Return to all comments →
SELECT SUM(POPULATION) AS total_population from CITY WHERE DISTRICT = 'California';
Seems like cookies are disabled on this browser, please enable them to open this website
Revising Aggregations - The Sum Function
You are viewing a single comment's thread. Return to all comments →
SELECT SUM(POPULATION) AS total_population from CITY WHERE DISTRICT = 'California';