@@ -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;
The note is not visible to the blocked user.