diff --git a/docs/answer_key.md b/docs/answer_key.md index 20eabcf..6e96ef2 100644 --- a/docs/answer_key.md +++ b/docs/answer_key.md @@ -44,6 +44,7 @@ query = """ """ sqldf(query) ``` + 2. How many books are in the dataset? ``` query = """ @@ -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 = """