automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-27 17:32:01 +02:00
parent 79530d8156
commit 409a38308d

2
11.sql
View File

@@ -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