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