Skip to content

Commit

Permalink
Fixing answer key
Browse files Browse the repository at this point in the history
  • Loading branch information
mattahrens committed Nov 10, 2023
1 parent 703bfd4 commit bc84d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/answer_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ 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
Expand Down

0 comments on commit bc84d26

Please sign in to comment.