insert into Autos(auto_name, date_added, make, model, description, price) VALUES ("bertha", NOW(), "VW", "Jetta", "a sweet old gal", 5550.00); insert into Autos(auto_name, date_added, make, model, description, price) VALUES ("Stanley", NOW(), "Ford", "F350", "A workhorse", 15550.00); insert into Autos(auto_name, date_added, make, model, description, price) VALUES ("pinky", NOW(), "Ford", "Fiesta", "Not much, but it will get you here", 550.00);