automated commit by check50 [check50=True]
This commit is contained in:
2
11.sql
2
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
|
||||
|
||||
Reference in New Issue
Block a user