Skip to content

Commit

Permalink
Finishing Lesson 08
Browse files Browse the repository at this point in the history
  • Loading branch information
mattahrens committed Nov 4, 2023
1 parent b18fd24 commit d0e4597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/08-Joining-data-in-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ When you are doing a join, the fields that you specify as part of the join condi

The join key between the books and ratings datasets is the `ISBN` field while the join key between the ratings and users datasets is the `User-ID` field.

## Practice:
## Practice: Writing join queries

Now that we've walked through what a join is and understand the join keys for our books data, let's write some join queries in SQL. For our first query, let's answer the question for what are the books that have the most ratings.

Expand Down

0 comments on commit d0e4597

Please sign in to comment.