automated commit by check50 [check50=True]
This commit is contained in:
4
7.sql
4
7.sql
@@ -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 "districts" WHERE "city" = "Cambridge";
|
||||
|
||||
Reference in New Issue
Block a user