Learn Relational Databases by Building a Mario Database

I a stuck at this question
" Looks like it worked. Toad’s favorite color is wrong. He likes blue. Change Toad’s favorite color to Blue . Use whatever condition you want, but don’t change any of the other rows."

Although I have updated using the sql command and also the sql is executing
UPDATE characters SET favorite_color=‘Blue’ WHERE character_id=4;

but I am getting this error
“Bowser should have the correct “favorite_color””

have you tried pressing the Run button?

Same issue here. I’ve pressed the run button too and it still shows the error!

It worked after multiple attempts, but looks like the bowser task is the next one in line and that might be causing the error.

Hi @adithyalennzer

Welcome to the forum!

It appears that you got a different error than the one posted by the author of this thread. Does your problem still persist? If so, could you please open a different post so we can all follow?

Happy coding!