automated commit by check50 [check50=True]
This commit is contained in:
2
11.sql
2
11.sql
@@ -1,2 +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;
|
||||
SELECT "title" FROM "episodes" WHERE "season" = 5 ORDER BY "title" DESC;
|
||||
|
||||
Reference in New Issue
Block a user