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

Challenge Task 2 of 3 The same eCommerce database has a users table. It has the columns id,

SQL Modifying data with squelch: POLAY_HAND THAT challenge 2/3 it is weeks that I can resolve, I am stuned, puzzled, SAME MESSAGE: NOT THE RIGHT COLUMN, therefore even if they mention user without s, username, I eventually Wrote SELET*FROM USERS First_Names........ all of them messages, I tried DELETE FROM USERS. I can't pass this challenge I need help.

Jennifer Nordell
seal-mask
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

It would be immensely helpful if you could post the URL to the challenge so that we can assist you. When you open the challenge in your web browser click in the address bar and copy and paste it here, so that we can hop directly to the challenge. Thanks! :sparkles:

3 Answers

Vedran Linić
Vedran Linić
10,050 Points

For the second challenge, you need to enter

DELETE FROM users WHERE username = "poley_hands";

Do you need an explanation of the code?

Many many Thanks thank you very much, I am very happy now Vedran, thanks

Vedran Linić
Vedran Linić
10,050 Points

Please add Url to the challenge so I can see wot is your problem with the challenge.

Vedran Linić
Vedran Linić
10,050 Points

For the second challenge, you need to enter

''' DELETE FROM users WHERE username = "poley_hands";

'''