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'm not understanding what I'm missing. It continues to show me I'm only doing 3 entries to the "product" table

What am I missing? I'm inserting the other product as requested and placing the values in according to what I'm inserting. So I'm a bit lost ¯_(ツ)_/¯

1 Answer

Steven Parker
Steven Parker
229,657 Points

As Megan suggested, we need to see your code to suggest a fix.

But you may also be misinterpreting the error message.. The term "entry" refers to rows. The "product" table has 3 entries to start with and your insert, when successful, will add a 4th.