From aa58814a1626d6a956cce690712d23e7b576585f Mon Sep 17 00:00:00 2001 From: Matt Ahrens Date: Thu, 9 Nov 2023 21:13:50 -0600 Subject: [PATCH] Fixing answer key --- docs/answer_key.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/answer_key.md b/docs/answer_key.md index d292227..6e96ef2 100644 --- a/docs/answer_key.md +++ b/docs/answer_key.md @@ -66,7 +66,6 @@ sqldf(query) ## Lesson 7 1. What book (ISBN) has the most ratings = 10 and which book (ISBN) has the most ratings = 0? - ``` query = """ SELECT `ISBN`, count(*) as total