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) ;

22nd Sep 2021, 12:52 PM
Marc8539
Marc8539 - avatar
3 odpowiedzi
+ 9
Obviously it will give no output , you aren't using any command that displays the data.
22nd Sep 2021, 1:12 PM
Abhay
Abhay - avatar
+ 4
After inserting the data you also need a SELECT query in order to retrieve and display the data.
22nd Sep 2021, 1:43 PM
Brian
Brian - avatar
0
I was the broken one
23rd Sep 2021, 6:12 AM
Marc8539
Marc8539 - avatar