bot50
2026-04-27 14:16:11 +00:00
commit 93defe597b
13 changed files with 38 additions and 0 deletions

4
7.sql Normal file
View File

@@ -0,0 +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 "schools" WHERE "city" = "Cambridge";