automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-13 13:20:16 +00:00
parent 85f8234017
commit e61ef8e793
2 changed files with 2 additions and 1 deletions

2
11.sql
View File

@@ -1,2 +1,2 @@
-- list the titles of episodes from season 5, in reverse alphabetical order. -- 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;

1
12.sql
View File

@@ -0,0 +1 @@
-- count the number of unique episode titles.