diff --git a/2.sql b/2.sql index e69de29..1c853e8 100644 --- a/2.sql +++ b/2.sql @@ -0,0 +1,2 @@ +-- write a SQL query to find the names of districts that are no longer operational. +SELECT * FROM "districts" WHERE "name" LIKE "%(non-op)";