From 85559bac1b07c6c35d0337b98a435dd2d91de781 Mon Sep 17 00:00:00 2001 From: daviddoji Date: Mon, 27 Apr 2026 16:16:07 +0200 Subject: [PATCH] automated commit by check50 [check50=True] --- 7.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";