diff --git a/12.sql b/12.sql index 432c14f..b5542fa 100644 --- a/12.sql +++ b/12.sql @@ -21,7 +21,7 @@ JOIN "expenditures" AS e ON d."id" = e."district_id" JOIN "staff_evaluations" AS s ON d."id" = s."district_id" -WHERE d."type" = 'Public School' +WHERE d."type" = 'Public School District' AND e."per_pupil_expenditure" > ( SELECT AVG("per_pupil_expenditure") FROM "expenditures"