@@ -0,0 +1,3 @@
-- write a SQL query to explore a question of your choice. This query should:
-- Involve at least one condition, using WHERE with AND or OR
SELECT "title" FROM "episodes" WHERE "season" = 1 AND "topic" LIKE "%and%"
The note is not visible to the blocked user.