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 Updating Data in a Database Updating Data in a Database Review

Anthony Domina
PLUS
Anthony Domina
Courses Plus Student 19,571 Points

Why will it not accept my answer for CRUD? I have typed Create Read Update Delete in every case, with and without commas

What format does my answer need to be in so that it can be accepted?

3 Answers

Mark Gallen
PLUS
Mark Gallen
Courses Plus Student 17,223 Points

Those are the right answers.

Try typing the first answer in the first blank in then hitting tab to move to the next field.

I just took the quiz and entered: Create Read Update Delete (in that order).

andren
andren
28,558 Points

There are four boxes to fill in for this question which are separated by a comma (so you don't have to add that yourself). As long as you don't put multiple definitions in the same box the answer should be accepted. The case of the words doesn't matter.

I just tried it with both lower and upper case and both were accepted without issue.

Anthony Domina
PLUS
Anthony Domina
Courses Plus Student 19,571 Points

That is probably it. On my screen it looked like a single text field. I'll try tabbing over. Thank you!