Hello, I am struggling with mario _database. When i filled up all the required data it says me that “characters” should have the correct row for “Mario”
INSERT INTO characters(name, homeland, favorite_color) VALUES('Mario', 'Mushroom Kingdom', 'Red');
this my code
is there a server error or i do something wrong?
Link to the challenge:
