Skip to content

Commit

Permalink
Aggregation
Browse files Browse the repository at this point in the history
Query the average population of all cities in CITY where District is California.
  • Loading branch information
CodingProgrammer authored Apr 8, 2018
1 parent 62ecafb commit 77765ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Revising_Aggregations_Averages.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SELECT AVG(POPULATION) FROM CITY
WHERE DISTRICT = 'California';

0 comments on commit 77765ed

Please sign in to comment.