automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-27 17:31:26 +02:00
parent 2607da6e7c
commit 79530d8156
2 changed files with 24 additions and 1 deletions

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 "schools" AS s
FROM "districts" AS d
JOIN "districts" AS d
ON s."district_id" = d."id"
JOIN "expenditures" AS e