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 8049dba commit 703bfd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/answer_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ query = """
"""
sqldf(query)
```

2. How many books are in the dataset?
```
query = """
Expand All @@ -52,6 +53,7 @@ query = """
"""
sqldf(query)
```

3. What are the minimum and maximum ratings that can be given for a book? (Hint: use `MIN()` and `MAX()` functions in the SELECT part of your query.)
```
query = """
Expand Down

0 comments on commit 703bfd4

Please sign in to comment.