bot50
2026-04-13 13:19:30 +00:00
commit 71d5104c73
13 changed files with 23 additions and 0 deletions

2
1.sql Normal file
View File

@@ -0,0 +1,2 @@
-- write a SQL query to list the titles of all episodes in Cyberchases original season, Season 1.
SELECT "title" FROM "episodes" WHERE "season" = 1;