So I’m restoring all databases before moving on to the “Summarizing Data” and the only one that’s giving me an error is create-db-store. I Execute it and it says :
“10:43:43 CREATE TABLE sql_store
.order_item_notes
( note_id
INT NOT NULL, order_Id
INT NOT NULL, product_id
INT NOT NULL, note
VARCHAR(255) NOT NULL, PRIMARY KEY (note_id
)) Error Code: 1050. Table ‘order_item_notes’ already exists 0.000 sec.”
Also if you look at my schemas it’s I have a database called “store” and another called “invoicing” which I shouldn’t.
Why is this happening? Will this have any impact on the rest of the course?