1. Learn
  2. /
  3. Courses
  4. /
  5. Joining Data with dplyr

Connected

Exercise

Joining questions and answers with tags

To learn more about the questions and answers tables, you'll want to use the question_tags table to understand the tags associated with each question that was asked, and each answer that was provided. You'll be able to combine these tables using two inner joins on both the questions table and the answers table.

Instructions

100 XP
  • Use two inner joins to combine the question_tags and tags tables with the questions table.
  • Now, use two inner joins to combine the question_tags and tags tables with the answers table.