From 0870d731c76aa29dc7cf7f7efc2db3b8630194ae Mon Sep 17 00:00:00 2001 From: daviddoji Date: Thu, 23 Apr 2026 15:24:43 +0200 Subject: [PATCH] automated commit by check50 [check50=True] --- 2.sql | 2 ++ 1 file changed, 2 insertions(+) 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)";