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