Learn Git by Building an SQL Reference Object - Build an SQL Reference Object

Tell us what’s happening:
Describe your issue in detail here.
I can not complete the step even when I enter in what it tells me to in the hint.

Your code so far
{
“database”: {
“create”: “CREATE DATABASE database_name;”,
“drop”: “DROP DATABASE database_name;”
},
“table”: {
“create”: “CREATE TABLE table_name();”,
“drop”: “DROP TABLE table_name;”
},
“row”: {
“insert”: “INSERT INTO table_name(columns) VALUES(values);”,
“update”: “UPDATE table_name SET column_name = new_value WHERE condition;”,
“delete”: “DELETE FROM table_name WHERE condition;”
}
}

Your browser information:

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

Challenge: Learn Git by Building an SQL Reference Object - Build an SQL Reference Object

Link to the challenge:

Nevermind I have sold the issue! When I closed down the window half way through it changed the directory I was in, if anyone else is having this issue make sure you are in the sql_reference dir