bot50
2026-04-13 13:10:26 +00:00
commit 3196c45265
13 changed files with 17 additions and 0 deletions

2
4.sql Normal file
View File

@@ -0,0 +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;