diff --git a/13.sql b/13.sql index e69de29..5e0d87f 100644 --- a/13.sql +++ b/13.sql @@ -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%"