automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-13 13:19:26 +00:00
parent 0ed1e13e4a
commit 85f8234017

2
11.sql
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" ASC;