From 85f8234017a6578e8e8c640828015b5af3b1350a Mon Sep 17 00:00:00 2001 From: daviddoji Date: Mon, 13 Apr 2026 13:19:26 +0000 Subject: [PATCH] automated commit by check50 [check50=True] --- 11.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/11.sql b/11.sql index e69de29..0f2005b 100644 --- a/11.sql +++ b/11.sql @@ -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;