bot50
2026-04-13 13:10:26 +00:00
commit 3196c45265
13 changed files with 17 additions and 0 deletions

2
7.sql Normal file
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%";