automated commit by check50 [check50=True]
This commit is contained in:
2
6.sql
2
6.sql
@@ -1,7 +1,7 @@
|
|||||||
-- write a SQL query to find the names of schools (public or charter!) that reported a 100% graduation rate.
|
-- write a SQL query to find the names of schools (public or charter!) that reported a 100% graduation rate.
|
||||||
SELECT "name"
|
SELECT "name"
|
||||||
FROM "schools"
|
FROM "schools"
|
||||||
WHERE "id" = (
|
WHERE "id" IN (
|
||||||
SELECT "school_id"
|
SELECT "school_id"
|
||||||
FROM "graduation_rates"
|
FROM "graduation_rates"
|
||||||
WHERE "graduated" = 100
|
WHERE "graduated" = 100
|
||||||
|
|||||||
Reference in New Issue
Block a user