automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-13 13:27:23 +00:00
parent 3bcd48f745
commit 2946a3d113

3
13.sql
View File

@@ -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%"