Learn Relational Databases by Building a Mario Database - Build a Mario Database

i’m stuck in here with this code, when i put the code it sends me this error


i reseted it several times, done again the entire table with the columns and it still doesn’t work, the command i’m using is this one:
INSERT INTO characters(name, homeland, favorite_color) VALUES(‘Mario’, ‘Mushroom kingdom’, ‘Red’);

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.77

Challenge: Learn Relational Databases by Building a Mario Database - Build a Mario Database

Link to the challenge:

The value ‘Mushroom kingdom’ should have a capital ‘K’. Maybe that’s the problem?

that was the problem, thank you so much, my eyes betrayed me

You’re welcome! Glad it helped .