SQL, Challenge: Bobby's Hobbies, stuck on Step 2
Hi, I'm working on Bobby's hobbies challenge, Step 2, but it tells me there's a syntax error. My code is the following one:
SELECT persons.name, hobbies name FROM persons
JOIN hobbies
ON persons.id = hobbies.person_id
Could someone tell me what's wrong with it? Thank you!
Please sign in to leave a comment.