From 3f34ca94a9711668f26ba0c341f96621182066fd Mon Sep 17 00:00:00 2001 From: daviddoji Date: Mon, 13 Apr 2026 12:55:14 +0000 Subject: [PATCH] automated commit by check50 [check50=True] --- 6.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/6.sql b/6.sql index e69de29..594de06 100644 --- a/6.sql +++ b/6.sql @@ -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%";