bot50
2026-04-13 13:12:30 +00:00
commit 473d651d76
13 changed files with 19 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%";