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

Tell us what’s happening:
When I missed a ’ on the INSERT INTO, the mario_database=> changed to mario_database’> and now I can’t get back to mario_database=>. Can you tell me how to get it back or do I have to delete the container and start from scratch?

mario_database=> INSERT INTO more_info(birthday, character_id) VALUES(‘1989-07-31,6);
mario_database’> psql --username=freecodecamp --dbname=mario_database
mario_database’> \c mario_database
mario_database’> \c postgres
mario_database’> \c postgres;
mario_database’> psql --username=freecodecamp --dbname=postgres
mario_database’> \d
mario_database’>

Your browser information:

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

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

Link to the challenge: