bot50
2026-04-13 13:20:20 +00:00
commit 89d4e43ac0
13 changed files with 24 additions and 0 deletions

2
11.sql Normal file
View File

@@ -0,0 +1,2 @@
-- list the titles of episodes from season 5, in reverse alphabetical order.
SELECT "title" FROM "episodes" WHERE "season" = 5 ORDER BY "title" DESC;