automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-04-13 13:05:33 +00:00
parent e520e00101
commit 92fc5d8305

2
7.sql
View File

@@ -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%";