From 2946a3d113a3161c57323c9282fccb488f57491d Mon Sep 17 00:00:00 2001 From: daviddoji Date: Mon, 13 Apr 2026 13:27:23 +0000 Subject: [PATCH] automated commit by check50 [check50=True] --- 13.sql | 3 +++ 1 file changed, 3 insertions(+) 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%"