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.

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.