@@ -0,0 +1,2 @@
-- write a SQL query to find the names of districts that are no longer operational.
SELECT "name" FROM "districts" WHERE "name" LIKE "%(non-op)";
The note is not visible to the blocked user.