bot50
2026-04-13 12:56:01 +00:00
commit e3f21c5dd7
13 changed files with 12 additions and 0 deletions

2
5.sql Normal file
View File

@@ -0,0 +1,2 @@
-- find the title of the holiday episode that aired on December 31st, 2004.
SELECT "title" FROM "episodes" WHERE "air_date" = "2004-12-31";