Learn Relational Databases by Building a Database of Video Game Characters - Build a Database of Video Game Characters

Tell us what’s happening:

i fixed the typos still cant get it to work

Your code so far

INSERT INTO characters(name, homeland, favorite_color) VALUES(‘Mario’, ‘Mushroom Kingdom’, ‘Red);
mario_database’> INSERT INTO characters(name, homeland, favorite_color) VALUES(‘Mario’,‘Mushroom KIngdom’, ‘Red’);
mario_database’> INSERT INTO characters(name, homeland, favorite_color) VALUES(‘Mario’, ‘Mushroom Kingdom’, ‘red’);
mario_database’> INSERT INTO characters(name, homeland, favorite_color) VALUES(‘Mario’, ‘Mushroom KIngdom’, ‘Red’);
INSERT INTO characters(name, homeland, favorite_color) VALUES(‘Mario’, ‘Mushroom Kingdom’, ‘Red);
mario_database’> INSERT INTO characters(name, homeland, favorite_color) VALUES(‘Mario’,‘Mushroom KIngdom’, ‘Red’);
mario_database’> INSERT INTO characters(name, homeland, favorite_color) VALUES(‘Mario’, ‘Mushroom Kingdom’, ‘red’);
mario_database’> 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/134.0.0.0 Safari/537.36

Challenge Information:

Learn Relational Databases by Building a Database of Video Game Characters - Build a Database of Video Game Characters

ok im more confused i wasnt getting errors before now i am

What’s the error? Hard to debug without knowing the error.

Also you have a type with KIngdom

wasnt an error at all just new line with no update, i just closed terminal made a new one re did it with same typo n then got an error , fixed it still didnt work, it finally worked when i spaced once before typing