diff --git a/11.sql b/11.sql index fed4209..a0007a7 100644 --- a/11.sql +++ b/11.sql @@ -4,7 +4,7 @@ -- -- You should assume a school spends the same amount per-pupil their district as a whole spends. SELECT s."name", e."per_pupil_expenditure", g."graduated" -FROM "districts" AS d +FROM "schools" AS s JOIN "districts" AS d ON s."district_id" = d."id" JOIN "expenditures" AS e