From 39e88a12d811fb0b288b8095543ace99dabadd6c Mon Sep 17 00:00:00 2001 From: daviddoji Date: Mon, 13 Apr 2026 12:38:12 +0000 Subject: [PATCH] automated commit by check50 [check50=True] --- 4.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/4.sql b/4.sql index da9f2af..0bd0268 100644 --- a/4.sql +++ b/4.sql @@ -1 +1,2 @@ +-- write a query to find the titles of episodes that do not yet have a listed topic. SELECT "title" FROM "episodes" WHERE "topic" IS NULL;