This commit is contained in:
1
2.sql
Normal file
1
2.sql
Normal file
@@ -0,0 +1 @@
|
||||
SELECT "season", "title" FROM "episodes" WHERE "episode_in_season" = 1;
|
||||
1
3.sql
Normal file
1
3.sql
Normal file
@@ -0,0 +1 @@
|
||||
SELECT "production_code" FROM "episodes" WHERE "title" = "Hackerized!";
|
||||
2
4.sql
Normal file
2
4.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- write a query to find the titles of episodes that do not yet have a listed topic.
|
||||
SELECT "title" FROM "episodes" WHERE "topic" IS NULL;
|
||||
Reference in New Issue
Block a user