From 409a38308d4ab83cc874fc62980a4b639573edae Mon Sep 17 00:00:00 2001 From: daviddoji Date: Mon, 27 Apr 2026 17:32:01 +0200 Subject: [PATCH] automated commit by check50 [check50=True] --- 11.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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