0
Just me or is this broken?
So I am doing the 21.2 practice called more cars and when I wrote my code and pressed run it just gave me the error "no output" Code: INSERT INTO Garage (id, make, model, prodyear) VALUES (6, 'Mercedes-Benz', 'G 63', 2020), (7, 'Porsche', 'Panamera', 2020) ;
3 Respuestas
+ 9
Obviously it will give no output , you aren't using any command that displays the data.
+ 4
After inserting the data you also need a SELECT query in order to retrieve and display the data.
0
I was the broken one