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 With SQL

Hasan Ali
Hasan Ali
2,039 Points

not sure what the question is asking me.

Can anyone help me. I do not know where i am going wrong in my syntax.

Steven Parker
Steven Parker
229,744 Points

We might be able to help if you show us the query code!

1 Answer

Hey Hasan,

Are you on the challenge that states, "There's a clearance sale and all products need to be priced 0.99?"

If so, you'll need to UPDATE products and SET the price to be equal to 0.99.

UPDATE products SET price=0.99

If you're stuck, re-watch the course videos prior to the challenge.