Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases SQL Basics Getting Data from a Database Selecting All Information From a Table

What is the SQL code should be for question 5 about the results in Rugby Match?

what is the difference of question 5 compare to others, I have rewritten the SQL code how many times but it is coming up 'bummer'. my answer was SELECT * FROM 'results' ;

1 Answer

Steven Parker
Steven Parker
229,657 Points

That code looks OK, so I tried pasting it directly into the challenge and it passed. I'm not sure why you had trouble with it.

But while it doesn't seem to affect passing, you can omit the quotes around the table name.