I currently have a stored procedure in which I want to insert new rows into a table.
insert into cars (id, Make, Model) v
In the format of the question (spot the pedant!)
insert into cars (id, Make, Model) values(NEWID(), "Ford", "Mustang")