diff --git a/7.sql b/7.sql index 2e2291a..4836dd3 100644 --- a/7.sql +++ b/7.sql @@ -1,4 +1,4 @@ -- write a SQL query to find the names of schools (public or charter!) in the Cambridge school district. -- Keep in mind that Cambridge, the city, contains a few school districts, but DESE is interested in the -- district whose name is “Cambridge.” -SELECT "name" FROM "districts" WHERE "city" = "Cambridge"; +SELECT "name" FROM "schools" WHERE "city" = "Cambridge";