From 92fc5d83052e5c64c2858f4c9cee6ec58a0c11fe Mon Sep 17 00:00:00 2001 From: daviddoji Date: Mon, 13 Apr 2026 13:05:33 +0000 Subject: [PATCH] automated commit by check50 [check50=True] --- 7.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/7.sql b/7.sql index e69de29..6a405a2 100644 --- a/7.sql +++ b/7.sql @@ -0,0 +1,2 @@ +-- write a SQL query to list the titles and topics of all episodes teaching fractions. +SELECT "title", "topic" FROM "episodes" WHERE "topic" LIKE "%Fractions%";