Challenge: Friend Book

Step 1

Hint

SELECT … JOIN …;

We've created a database for a friend networking site, with a table storing data on each person, a table on
each person's hobbies, and a table of friend connections between the people. In this first step, use a JOIN
to display a table showing people's names with their hobbies.