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 Modifying Data with SQL Adding Data to a Database Adding Data With SQL

I have an issue with creating a new contact in a sql table

I'm having trouble with this question its asking me to add a new contact to the phone_book table with the columns being (id, first_name,last_name, phone) I put my values as (NULL , "joshua" ,"inyang" , 21473024666); and its still not correct can someone assist me please

2 Answers

Steven Parker
Steven Parker
230,995 Points

Your values seem OK, so perhaps the problem is elsewhere.

Please show the entire query, exactly as you are entering it.

I figured it out I think the word Values was misspelled because I put the code on to a word document and the word document caught the misspelled word smh Thank you so much for the quick reply reaffirms why i subscribed because of the ability to reach out and get help