bot50
2026-04-13 13:28:47 +00:00
commit e042f9c7e2
13 changed files with 28 additions and 0 deletions

3
13.sql Normal file
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%"