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

Tell us what’s happening:

I am unable to move forward.
Inserted rows into table characters but it’s not going forward,
I got struck over there for an hour now

Your code so far

mario_database=> INSERT INTO characters( name, homeland, favorite_color) VALUES(‘Mario’, ‘Mushroom kingdom’, ‘Red’);
mario_database=> INSERT 0 1

mario_database=>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

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