diff --git a/base_db.sql b/base_db.sql index e5b3afc..feda2d2 100644 --- a/base_db.sql +++ b/base_db.sql @@ -47,4 +47,4 @@ CREATE TABLE OrderItems( -- INSERIMENTO DATI INSERT INTO Categories(Name) VALUES -('Elettronica'),('Networking'),('Telefonia') \ No newline at end of file +('Elettronica'),('Networking'),('Telefonia'); \ No newline at end of file