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;