@@ -0,0 +1,2 @@
-- list the titles of episodes from season 6 (2008) that were released early, in 2007.
SELECT "title", "air_date" FROM "episodes" WHERE "season" = 6 AND "air_date" LIKE "2007%";
The note is not visible to the blocked user.