Stuck in Learn Relational Databases by Building a Mario Database

I am stuck with changing the color of Daisy to orange The database shows the color name has been changed, but the tasks doesn’t proceed. The only problem I see is that once the color is changed the row placement is changed as in a attached figure.

image

For info, task description:
It looks good, but there’s a few mistakes. You can change a value like this:

UPDATE table_name SET column_name=new_value WHERE condition;

You used username='Samus' as a condition earlier. SET Daisy’s favorite_color to Orange . You can use the condition name='Daisy' to change her row.

Could you show us the SQL command that you use? If possible show the original table and then the updated table after the command.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.