Learn Relational Databases by Building a Mario Database

I’m stock in this part and don’t know what to do. I typed the correct comand but an error appears.

image
image

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Edit: if there is no such button then just open your own topic anyway and post code and link to challenge.

I have moved your post to a new topic.

It’s always best if you post the code instead of a screenshot.

Anyway, your issue is that you are using fancy quotes, instead of straight quotes

Your command should be

UPDATE characters set name='Toad' WHERE favorite_color='Red';

see the quotes!

1 Like