drop table if exists product; create table product ( id INT NOT NULL, code VARCHAR(50), category VARCHAR(6), make VARCHAR(50), model VARCHAR(50), year VARCHAR(50), color VARCHAR(50), price INT, currency VARCHAR(50), update_date TIMESTAMP NOT NULL ON UPDATE CURRENT_TIMESTAMP, create_date TIMESTAMP NOT NULL ); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (1, '0245-0008', 'Low', 'BMW', 'X6 M', 2011, 'Indigo', 244836, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (2, '44087-0044', 'Low', 'Kia', 'Rio', 2007, 'Pink', 228781, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (3, '16729-029', 'High', 'Ford', 'ZX2', 2001, 'Crimson', 274864, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (4, '64725-0097', 'Low', 'Ford', 'Tempo', 1985, 'Red', 289954, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (5, '62584-827', 'Low', 'Chevrolet', 'Suburban 2500', 2004, 'Blue', 239473, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (6, '51009-197', 'Low', 'Chevrolet', 'Blazer', 2002, 'Aquamarine', 235682, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (7, '51141-0237', 'Low', 'Saturn', 'Ion', 2003, 'Yellow', 233062, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (8, '41163-810', 'Medium', 'Mazda', 'Mazda3', 2007, 'Orange', 248511, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (9, '64117-296', 'High', 'Chevrolet', 'Malibu', 2000, 'Maroon', 233156, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (10, '30142-231', 'Low', 'Acura', 'MDX', 2012, 'Violet', 255790, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (11, '47593-503', 'High', 'Chevrolet', 'S10', 1999, 'Maroon', 241667, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (12, '0268-1009', 'High', 'Toyota', '4Runner', 2006, 'Maroon', 232952, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (13, '0219-2020', 'Low', 'Nissan', 'Sentra', 1995, 'Pink', 261384, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (14, '30142-862', 'High', 'Pontiac', 'Trans Sport', 1998, 'Yellow', 245056, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (15, '59779-623', 'High', 'Mercury', 'Topaz', 1992, 'Mauv', 233485, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (16, '21220-121', 'Medium', 'Ford', 'Econoline E250', 1998, 'Yellow', 243789, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (17, '49643-377', 'High', 'Pontiac', 'Vibe', 2006, 'Turquoise', 258814, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (18, '59088-829', 'High', 'Mercury', 'Sable', 1992, 'Teal', 251053, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (19, '57520-0079', 'Low', 'Pontiac', 'Grand Prix', 1979, 'Goldenrod', 275801, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (20, '66336-168', 'Low', 'Kia', 'Sedona', 2002, 'Purple', 247772, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (21, '63777-082', 'High', 'Pontiac', 'Bonneville', 1966, 'Crimson', 283671, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (22, '63868-248', 'Low', 'Nissan', 'Frontier', 2009, 'Purple', 225175, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (23, '52959-085', 'Low', 'Pontiac', 'Sunbird', 1986, 'Turquoise', 263777, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (24, '24385-130', 'High', 'Lincoln', 'Town Car', 2007, 'Fuscia', 221508, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (25, '52124-0010', 'High', 'Audi', 'A6', 2009, 'Purple', 252328, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (26, '13537-315', 'High', 'Suzuki', 'XL-7', 2003, 'Yellow', 253390, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (27, '0126-0072', 'High', 'Volkswagen', 'rio', 1998, 'Yellow', 224701, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (28, '21695-268', 'Low', 'Chevrolet', 'Metro', 1998, 'Red', 256134, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (29, '60681-1305', 'Low', 'Lexus', 'LX', 2007, 'Blue', 256574, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (30, '49967-444', 'High', 'Mercury', 'Cougar', 2001, 'Indigo', 236510, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (31, '57520-0105', 'High', 'Volkswagen', 'GTI', 1987, 'Purple', 258305, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (32, '55154-7269', 'Medium', 'Mazda', 'Miata MX-5', 1993, 'Puce', 257126, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (33, '57924-001', 'High', 'Pontiac', '6000', 1991, 'Indigo', 271492, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (34, '43269-673', 'High', 'Suzuki', 'Cultus', 1985, 'Khaki', 247928, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (35, '0591-3574', 'High', 'Mercedes-Benz', 'SL-Class', 1993, 'Crimson', 270632, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (36, '61941-0101', 'Low', 'Maybach', '62', 2012, 'Green', 246481, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (37, '65643-330', 'Low', 'Dodge', 'Viper', 1992, 'Pink', 272611, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (38, '64117-959', 'High', 'Dodge', 'Dakota', 1998, 'Violet', 240386, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (39, '48951-2043', 'High', 'Audi', '4000s Quattro', 1986, 'Mauv', 245488, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (40, '11523-7228', 'Low', 'Volkswagen', 'Jetta', 2010, 'Green', 259136, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (41, '68327-011', 'Low', 'Toyota', 'Corolla', 1996, 'Maroon', 243652, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (42, '57520-0464', 'Medium', 'GMC', '3500 Club Coupe', 1994, 'Goldenrod', 247167, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (43, '67046-501', 'Medium', 'Pontiac', 'Grand Prix', 1978, 'Maroon', 239111, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (44, '64679-771', 'High', 'Land Rover', 'Freelander', 2005, 'Mauv', 220867, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (45, '66552-0001', 'Low', 'Dodge', 'Ram 2500 Club', 1997, 'Purple', 208360, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (46, '36800-359', 'High', 'Cadillac', 'Fleetwood', 1995, 'Yellow', 255737, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (47, '72036-227', 'Medium', 'Dodge', 'Viper', 2009, 'Khaki', 256961, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (48, '54868-5142', 'Medium', 'Lotus', 'Esprit', 1998, 'Puce', 238407, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (49, '0378-3547', 'High', 'Toyota', 'Highlander', 2009, 'Fuscia', 242553, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (50, '30698-453', 'High', 'Buick', 'Park Avenue', 1991, 'Yellow', 228442, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (51, '44911-0117', 'Low', 'Plymouth', 'Laser', 1990, 'Fuscia', 214596, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (52, '11822-0368', 'High', 'Jaguar', 'XF', 2009, 'Purple', 241761, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (53, '63629-4148', 'Low', 'Lotus', 'Evora', 2010, 'Green', 273662, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (54, '51655-685', 'High', 'Honda', 'Accord', 2009, 'Purple', 227345, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (55, '65044-0779', 'Low', 'Cadillac', 'STS', 2006, 'Fuscia', 254978, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (56, '43596-0013', 'Low', 'Dodge', 'Ram 3500', 2007, 'Crimson', 202718, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (57, '76255-1001', 'High', 'Acura', 'TL', 2007, 'Purple', 225612, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (58, '52125-688', 'Low', 'Volvo', 'XC90', 2006, 'Goldenrod', 252556, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (59, '0407-1414', 'Medium', 'Aston Martin', 'Vanquish S', 2005, 'Aquamarine', 260292, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (60, '49349-859', 'Medium', 'Lexus', 'LS', 2007, 'Red', 257369, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (61, '60505-2522', 'Low', 'GMC', 'Canyon', 2004, 'Orange', 254574, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (62, '59779-257', 'High', 'Honda', 'S2000', 2004, 'Yellow', 214730, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (63, '0268-6682', 'High', 'Dodge', 'Durango', 2011, 'Puce', 190305, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (64, '55154-5715', 'Low', 'Land Rover', 'Discovery', 1996, 'Turquoise', 278775, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (65, '68196-873', 'Low', 'Ford', 'Mustang', 1969, 'Pink', 241070, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (66, '64117-985', 'Medium', 'Ford', 'ZX2', 2001, 'Fuscia', 239487, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (67, '55154-9418', 'High', 'Ford', 'F-Series', 1990, 'Maroon', 244047, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (68, '68016-117', 'Low', 'Mitsubishi', 'Lancer', 2001, 'Violet', 259834, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (69, '75848-0200', 'Medium', 'Porsche', '911', 2001, 'Khaki', 285769, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (70, '60681-5302', 'High', 'Saab', '9-3', 1999, 'Mauv', 235444, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (71, '13533-800', 'High', 'Mazda', 'Mazdaspeed 3', 2009, 'Violet', 216265, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (72, '21695-814', 'Medium', 'Land Rover', 'LR2', 2011, 'Fuscia', 254299, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (73, '10893-452', 'Low', 'Volvo', 'XC90', 2012, 'Mauv', 252763, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (74, '60505-2533', 'High', 'Eagle', 'Vision', 1994, 'Purple', 244897, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (75, '59535-5011', 'Medium', 'Ford', 'F350', 1995, 'Crimson', 243263, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (76, '63044-030', 'Medium', 'Mercedes-Benz', 'E-Class', 1992, 'Turquoise', 239044, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (77, '49873-082', 'Medium', 'Suzuki', 'Daewoo Lacetti', 2008, 'Turquoise', 273950, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (78, '54868-6239', 'Medium', 'Kia', 'Sorento', 2008, 'Pink', 214560, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (79, '68645-470', 'High', 'Buick', 'LeSabre', 1989, 'Teal', 255961, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (80, '0126-0072', 'High', 'Kia', 'Optima', 2006, 'Puce', 262596, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (81, '58232-0225', 'Low', 'Ford', 'Econoline E250', 1993, 'Red', 250821, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (82, '52125-229', 'High', 'Dodge', 'Grand Caravan', 1995, 'Goldenrod', 294720, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (83, '65862-580', 'Low', 'Toyota', '4Runner', 2009, 'Yellow', 252921, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (84, '51991-820', 'High', 'Volkswagen', 'Beetle', 1965, 'Purple', 228106, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (85, '52904-455', 'Low', 'Chevrolet', 'Camaro', 1974, 'Mauv', 289717, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (86, '57344-159', 'High', 'Ford', 'F350', 1993, 'Indigo', 232139, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (87, '64058-123', 'Low', 'Kia', 'Sedona', 2008, 'Pink', 243169, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (88, '65841-774', 'Medium', 'Ford', 'Escape', 2004, 'Mauv', 233797, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (89, '64942-1345', 'Low', 'Hyundai', 'Elantra', 2000, 'Red', 244678, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (90, '13537-331', 'High', 'Mercury', 'Cougar', 1993, 'Mauv', 258728, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (91, '64997-400', 'Low', 'Audi', '90', 1989, 'Purple', 243391, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (92, '41190-094', 'Low', 'Hyundai', 'Accent', 2003, 'Puce', 282284, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (93, '42783-601', 'High', 'Mitsubishi', 'Endeavor', 2011, 'Pink', 228216, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (94, '48951-2042', 'High', 'Plymouth', 'Prowler', 1997, 'Red', 261131, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (95, '58177-683', 'Medium', 'Chevrolet', 'Tahoe', 2007, 'Aquamarine', 258092, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (96, '55648-711', 'High', 'Land Rover', 'Range Rover', 2006, 'Crimson', 251425, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (97, '11410-401', 'High', 'Oldsmobile', 'Intrigue', 2001, 'Turquoise', 226778, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (98, '0363-0458', 'Low', 'Chrysler', 'Town & Country', 1998, 'Aquamarine', 245173, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (99, '53808-0671', 'Medium', 'Infiniti', 'EX', 2012, 'Purple', 240617, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (100, '59762-1735', 'High', 'Land Rover', 'Defender 110', 1993, 'Violet', 253317, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (101, '49349-271', 'High', 'Toyota', 'MR2', 2004, 'Puce', 244943, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (102, '10096-0181', 'Medium', 'Ford', 'Thunderbird', 1990, 'Indigo', 241404, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (103, '49852-174', 'High', 'Volvo', 'V40', 2003, 'Red', 263530, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (104, '42549-646', 'Medium', 'Mitsubishi', 'Challenger', 2001, 'Mauv', 267694, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (105, '68382-028', 'High', 'Volkswagen', 'Jetta', 1990, 'Khaki', 236355, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (106, '0093-2056', 'Medium', 'Mercedes-Benz', 'SL-Class', 2000, 'Aquamarine', 274013, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (107, '41190-165', 'High', 'Suzuki', 'Grand Vitara', 2000, 'Pink', 276669, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (108, '55154-2889', 'Medium', 'Lamborghini', 'Aventador', 2012, 'Teal', 221208, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (109, '48417-750', 'Low', 'Lincoln', 'Blackwood', 2002, 'Fuscia', 251047, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (110, '49527-571', 'High', 'Isuzu', 'Hombre Space', 1997, 'Pink', 250052, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (111, '44924-118', 'Medium', 'Lamborghini', 'Gallardo', 2009, 'Maroon', 252536, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (112, '62032-510', 'Low', 'Mitsubishi', 'Outlander', 2012, 'Blue', 291234, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (113, '59779-050', 'Medium', 'Chevrolet', 'Silverado 3500', 2009, 'Khaki', 266412, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (114, '67618-200', 'Medium', 'Mazda', 'B-Series Plus', 1997, 'Red', 301937, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (115, '0395-2300', 'Low', 'Chevrolet', 'S10', 1997, 'Purple', 233431, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (116, '0143-9963', 'Low', 'Chevrolet', 'Cavalier', 1999, 'Puce', 248482, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (117, '0603-1394', 'High', 'Honda', 'Insight', 2005, 'Maroon', 279726, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (118, '37000-195', 'Medium', 'Isuzu', 'Oasis', 1996, 'Red', 251178, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (119, '21695-013', 'Medium', 'Toyota', 'Camry Hybrid', 2008, 'Yellow', 283099, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (120, '63739-468', 'Medium', 'Ford', 'Expedition', 2001, 'Turquoise', 234198, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (121, '36987-2510', 'Medium', 'Oldsmobile', '88', 1993, 'Yellow', 245723, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (122, '50810-2000', 'Low', 'Pontiac', 'Sunbird', 1988, 'Violet', 238955, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (123, '60429-297', 'Medium', 'BMW', '550', 2006, 'Aquamarine', 223116, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (124, '49967-213', 'Low', 'Chevrolet', 'Suburban 2500', 1997, 'Violet', 246426, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (125, '11822-0843', 'High', 'BMW', '3 Series', 2010, 'Red', 281429, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (126, '49681-010', 'Medium', 'GMC', 'Sierra 2500', 2001, 'Puce', 262210, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (127, '24385-362', 'Low', 'Cadillac', 'Eldorado', 2001, 'Red', 263011, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (128, '15127-833', 'High', 'Chevrolet', 'Astro', 1993, 'Mauv', 232454, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (129, '0054-0176', 'Low', 'Infiniti', 'G25', 2012, 'Aquamarine', 253473, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (130, '63323-026', 'Low', 'Cadillac', 'SRX', 2008, 'Blue', 211996, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (131, '0268-0847', 'Medium', 'Mercedes-Benz', 'S-Class', 2010, 'Violet', 291720, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (132, '49035-202', 'Low', 'Mercedes-Benz', 'SL-Class', 1991, 'Purple', 237794, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (133, '0024-2791', 'High', 'Mazda', 'Familia', 1985, 'Maroon', 263103, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (134, '49288-0240', 'High', 'Chevrolet', 'G-Series G20', 1994, 'Puce', 256210, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (135, '65044-5076', 'Low', 'Audi', 'TT', 2006, 'Khaki', 225346, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (136, '60505-3255', 'Low', 'Dodge', 'Ram 1500 Club', 1997, 'Purple', 274332, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (137, '55154-9434', 'Medium', 'GMC', 'Savana 1500', 2008, 'Khaki', 213326, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (138, '63323-355', 'High', 'Hyundai', 'Sonata', 1999, 'Pink', 245309, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (139, '0187-0651', 'Medium', 'Mazda', 'Mazdaspeed 3', 2010, 'Goldenrod', 227801, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (140, '58232-4010', 'Low', 'Spyker', 'C8 Spyder Wide Body', 2004, 'Yellow', 256531, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (141, '10812-408', 'Low', 'BMW', '325', 2005, 'Aquamarine', 275127, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (142, '36987-3319', 'Medium', 'GMC', 'Envoy', 2004, 'Turquoise', 227943, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (143, '0472-0166', 'High', 'Dodge', 'Sprinter', 2009, 'Teal', 279418, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (144, '55154-1603', 'Medium', 'Mercury', 'Mariner', 2005, 'Khaki', 213190, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (145, '36987-2318', 'Low', 'Dodge', 'Durango', 2002, 'Fuscia', 257056, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (146, '49035-173', 'High', 'Plymouth', 'Prowler', 1997, 'Fuscia', 190891, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (147, '11523-7141', 'Low', 'Ford', 'Club Wagon', 1997, 'Khaki', 257689, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (148, '61919-291', 'High', 'Jeep', 'Wrangler', 2011, 'Yellow', 261899, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (149, '0280-1126', 'Low', 'Ford', 'F250', 2008, 'Yellow', 263313, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (150, '55312-014', 'Medium', 'Chevrolet', '2500', 1998, 'Maroon', 260431, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (151, '54868-4575', 'Low', 'Ford', 'F350', 1994, 'Violet', 246361, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (152, '43269-820', 'Medium', 'Chrysler', 'New Yorker', 1995, 'Aquamarine', 239194, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (153, '49514-076', 'High', 'Mazda', 'MX-5', 1993, 'Crimson', 267862, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (154, '0173-0600', 'Medium', 'Lexus', 'LX', 1996, 'Yellow', 269903, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (155, '48951-1117', 'Low', 'Mitsubishi', 'Lancer Evolution', 2006, 'Fuscia', 248089, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (156, '33342-121', 'High', 'Mercedes-Benz', 'E-Class', 2011, 'Teal', 266539, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (157, '0603-2128', 'Low', 'Mazda', 'MX-3', 1994, 'Teal', 236448, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (158, '41250-202', 'Medium', 'Maybach', 'Landaulet', 2011, 'Green', 236596, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (159, '53113-217', 'Low', 'Ford', 'EXP', 1988, 'Khaki', 249228, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (160, '0268-6121', 'Low', 'Ford', 'E150', 1984, 'Violet', 240640, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (161, '52125-461', 'High', 'Subaru', 'Outback', 2000, 'Blue', 248602, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (162, '49349-895', 'Low', 'Toyota', 'TundraMax', 2012, 'Khaki', 232950, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (163, '0603-2130', 'Medium', 'Nissan', '240SX', 1997, 'Red', 243325, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (164, '0378-1811', 'Low', 'Toyota', 'Avalon', 2009, 'Turquoise', 245436, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (165, '48871-000', 'High', 'Toyota', 'Xtra', 1993, 'Khaki', 240226, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (166, '0378-4041', 'High', 'Toyota', '4Runner', 1998, 'Indigo', 255938, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (167, '55154-6666', 'High', 'Honda', 'Civic', 1997, 'Crimson', 255212, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (168, '24236-012', 'Low', 'Lexus', 'SC', 2000, 'Mauv', 228762, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (169, '0259-2102', 'Low', 'Dodge', 'Challenger', 2010, 'Maroon', 263018, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (170, '89156-000', 'High', 'BMW', '645', 2005, 'Fuscia', 240931, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (171, '43275-170', 'Low', 'Ford', 'Thunderbird', 2006, 'Purple', 231895, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (172, '36987-3335', 'Low', 'Toyota', 'Avalon', 2004, 'Turquoise', 294598, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (173, '0019-9120', 'High', 'Lexus', 'GS', 2000, 'Goldenrod', 265421, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (174, '52533-080', 'Medium', 'Isuzu', 'Rodeo', 2002, 'Blue', 260412, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (175, '13537-007', 'Medium', 'Jaguar', 'X-Type', 2006, 'Turquoise', 221574, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (176, '29784-191', 'Low', 'Plymouth', 'Breeze', 1996, 'Goldenrod', 274380, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (177, '64990-610', 'Low', 'Toyota', 'Camry', 2005, 'Green', 232673, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (178, '68703-114', 'Medium', 'Chevrolet', 'Silverado 2500', 2007, 'Goldenrod', 277692, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (179, '0409-2287', 'High', 'Mercedes-Benz', 'SL-Class', 1995, 'Khaki', 271771, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (180, '14783-033', 'High', 'Mazda', 'B-Series', 1994, 'Turquoise', 272408, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (181, '0113-0544', 'Low', 'Chevrolet', 'Avalanche 2500', 2002, 'Orange', 222794, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (182, '0179-0036', 'Medium', 'Toyota', 'RAV4', 2009, 'Orange', 244455, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (183, '0363-9320', 'High', 'Lotus', 'Elan', 1991, 'Blue', 256591, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (184, '24478-200', 'Medium', 'Lexus', 'RX', 2007, 'Maroon', 245793, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (185, '49349-663', 'Low', 'Jeep', 'Wrangler', 1995, 'Green', 277563, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (186, '42254-218', 'High', 'Pontiac', 'Bonneville', 1998, 'Fuscia', 254875, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (187, '0703-8560', 'Low', 'Dodge', 'Charger', 2009, 'Orange', 258389, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (188, '64117-131', 'Low', 'Mitsubishi', 'Galant', 1997, 'Pink', 228342, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (189, '37000-355', 'High', 'Land Rover', 'Discovery', 2000, 'Yellow', 301690, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (190, '60429-355', 'Low', 'Toyota', 'Camry', 2008, 'Green', 256463, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (191, '49643-391', 'Low', 'Ford', 'F250', 1995, 'Maroon', 251891, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (192, '23155-218', 'Medium', 'Mazda', 'Familia', 1992, 'Aquamarine', 229422, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (193, '0179-0015', 'Low', 'Buick', 'Riviera', 1987, 'Green', 230678, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (194, '0469-0677', 'Low', 'Toyota', 'Yaris', 2008, 'Puce', 254496, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (195, '0409-7076', 'Low', 'Audi', 'TT', 2001, 'Indigo', 211877, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (196, '63629-2825', 'Medium', 'GMC', 'Yukon XL 1500', 2011, 'Mauv', 242967, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (197, '0703-2812', 'Medium', 'Buick', 'Skyhawk', 1985, 'Mauv', 277679, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (198, '68957-1092', 'High', 'Dodge', 'Dakota Club', 2003, 'Maroon', 232093, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (199, '0185-0118', 'Low', 'Audi', 'A8', 2001, 'Crimson', 256149, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (200, '0378-3502', 'High', 'Nissan', '240SX', 1993, 'Indigo', 267975, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (201, '63941-261', 'High', 'Plymouth', 'Neon', 1996, 'Turquoise', 228175, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (202, '37000-839', 'High', 'Kia', 'Sorento', 2008, 'Teal', 265929, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (203, '0591-2788', 'High', 'Daihatsu', 'Rocky', 1992, 'Khaki', 278718, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (204, '43498-300', 'Medium', 'Toyota', 'Highlander', 2011, 'Fuscia', 254403, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (205, '57955-5129', 'Low', 'Mercedes-Benz', 'W126', 1983, 'Blue', 228198, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (206, '24909-120', 'Medium', 'Audi', 'S4', 2001, 'Khaki', 258287, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (207, '63187-148', 'Low', 'Pontiac', 'Sunfire', 2005, 'Khaki', 261792, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (208, '60681-2306', 'Low', 'Ford', 'Ranger', 2005, 'Fuscia', 229429, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (209, '35192-008', 'Low', 'Chrysler', '300M', 2002, 'Puce', 261928, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (210, '68016-187', 'High', 'Pontiac', 'Gemini', 1986, 'Violet', 258254, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (211, '35356-389', 'Low', 'Studebaker', 'Avanti', 1963, 'Red', 254281, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (212, '49288-0143', 'Medium', 'Infiniti', 'Q', 1999, 'Orange', 256455, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (213, '41520-113', 'High', 'Buick', 'Park Avenue', 1992, 'Teal', 267048, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (214, '0065-0333', 'High', 'Mazda', '323', 1994, 'Teal', 233770, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (215, '55714-2263', 'High', 'Mercedes-Benz', 'SL-Class', 1987, 'Blue', 226571, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (216, '59088-962', 'High', 'Mazda', 'MX-5', 2007, 'Green', 236283, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (217, '57664-655', 'High', 'Volkswagen', 'Eos', 2009, 'Violet', 252422, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (218, '50021-304', 'Medium', 'Infiniti', 'G35', 2004, 'Khaki', 247190, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (219, '0054-0119', 'Low', 'Ford', 'E250', 2009, 'Pink', 253652, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (220, '65923-006', 'High', 'Mercury', 'Sable', 2000, 'Crimson', 258227, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (221, '50964-020', 'Medium', 'Chevrolet', 'G-Series 2500', 1996, 'Maroon', 219561, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (222, '36800-223', 'Medium', 'Kia', 'Sportage', 2007, 'Green', 253672, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (223, '76245-217', 'Low', 'Mercury', 'Tracer', 1989, 'Green', 241838, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (224, '49348-509', 'Medium', 'Chevrolet', 'Express 1500', 2010, 'Turquoise', 245441, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (225, '53329-161', 'Medium', 'Mitsubishi', 'Tredia', 1984, 'Aquamarine', 229644, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (226, '63739-457', 'Low', 'Toyota', 'Tundra', 2005, 'Crimson', 276660, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (227, '16729-118', 'Medium', 'Ford', 'E-Series', 1985, 'Puce', 274557, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (228, '55910-014', 'High', 'Mitsubishi', 'L300', 1987, 'Indigo', 303435, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (229, '59779-346', 'Low', 'Ford', 'F250', 2008, 'Green', 274588, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (230, '0781-5584', 'Low', 'Honda', 'Civic Si', 2003, 'Violet', 255245, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (231, '41520-271', 'Low', 'Mazda', 'MX-3', 1994, 'Pink', 232494, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (232, '65517-1006', 'Medium', 'Mitsubishi', 'Galant', 1985, 'Fuscia', 273668, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (233, '0268-1233', 'High', 'Infiniti', 'G', 1993, 'Indigo', 276316, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (234, '68382-018', 'High', 'Toyota', 'Sienna', 2002, 'Orange', 299348, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (235, '53499-0990', 'High', 'Kia', 'Sedona', 2012, 'Fuscia', 231439, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (236, '0173-0561', 'Low', 'Buick', 'Skylark', 1996, 'Orange', 258408, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (237, '60505-2551', 'Low', 'Mercedes-Benz', 'SLK-Class', 2010, 'Goldenrod', 262017, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (238, '37000-063', 'Medium', 'Geo', 'Storm', 1993, 'Orange', 217135, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (239, '0280-1012', 'High', 'Buick', 'Regal', 2011, 'Orange', 251447, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (240, '65862-185', 'High', 'Chevrolet', 'Corvette', 1954, 'Yellow', 216714, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (241, '42291-626', 'Low', 'Porsche', '911', 2003, 'Orange', 277270, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (242, '0185-0448', 'High', 'Saab', '9-5', 2010, 'Mauv', 231986, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (243, '54706-0001', 'Low', 'Acura', 'Integra', 1999, 'Maroon', 285444, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (244, '41520-173', 'High', 'Pontiac', 'Trans Sport', 1996, 'Goldenrod', 250880, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (245, '63354-051', 'Low', 'Ford', 'Taurus', 2003, 'Blue', 221603, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (246, '55992-717', 'Medium', 'Suzuki', 'Grand Vitara', 2008, 'Red', 224509, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (247, '64942-1285', 'Low', 'Mercedes-Benz', '500E', 1992, 'Aquamarine', 254741, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (248, '10544-600', 'Low', 'Oldsmobile', '98', 1993, 'Turquoise', 283812, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (249, '59779-125', 'Low', 'Chrysler', 'Crossfire', 2004, 'Teal', 241220, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (250, '60596-1072', 'Medium', 'GMC', 'Yukon XL 1500', 2012, 'Indigo', 217847, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (251, '56062-422', 'Medium', 'Mitsubishi', 'Precis', 1992, 'Goldenrod', 266020, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (252, '66116-453', 'Low', 'Subaru', 'SVX', 1996, 'Mauv', 282370, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (253, '53389-540', 'High', 'Hyundai', 'Accent', 2010, 'Teal', 276465, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (254, '55670-141', 'High', 'Saab', '9-5', 2009, 'Green', 260860, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (255, '0904-6126', 'Medium', 'Chevrolet', 'Suburban 1500', 1999, 'Turquoise', 219320, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (256, '54473-131', 'Low', 'Suzuki', 'Reno', 2005, 'Blue', 266833, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (257, '0781-3210', 'Low', 'Ram', '1500', 2011, 'Khaki', 271538, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (258, '57841-1305', 'Medium', 'Mercury', 'Tracer', 1993, 'Maroon', 234518, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (259, '64205-620', 'Low', 'BMW', '7 Series', 1996, 'Red', 248985, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (260, '57237-091', 'High', 'Aston Martin', 'Vantage', 2007, 'Maroon', 231492, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (261, '50436-9976', 'Low', 'Volkswagen', 'Fox', 1992, 'Goldenrod', 259427, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (262, '0363-0831', 'Low', 'Chevrolet', 'Avalanche', 2008, 'Puce', 260112, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (263, '63629-4994', 'Low', 'Toyota', 'Celica', 2005, 'Pink', 257249, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (264, '55505-103', 'High', 'GMC', 'Suburban 1500', 1996, 'Khaki', 281376, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (265, '54868-2875', 'Low', 'Ford', 'Taurus', 2002, 'Pink', 250943, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (266, '0378-4745', 'Low', 'Volvo', 'V90', 1997, 'Pink', 271862, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (267, '66129-028', 'Low', 'Mitsubishi', 'Truck', 1985, 'Yellow', 274885, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (268, '58977-001', 'High', 'Plymouth', 'Voyager', 1994, 'Maroon', 230034, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (269, '34460-6005', 'Low', 'Saturn', 'Relay', 2006, 'Red', 240408, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (270, '11822-3201', 'High', 'Chevrolet', 'Blazer', 2000, 'Aquamarine', 260434, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (271, '36987-1732', 'High', 'Chrysler', 'Cirrus', 1996, 'Fuscia', 247283, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (272, '0143-1250', 'Medium', 'Dodge', 'Ram 2500', 2001, 'Goldenrod', 254335, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (273, '64942-1309', 'High', 'Mitsubishi', 'Galant', 1996, 'Goldenrod', 206174, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (274, '57627-163', 'High', 'Mercedes-Benz', 'S-Class', 1989, 'Puce', 230992, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (275, '49035-543', 'Low', 'Chevrolet', 'Express 2500', 2002, 'Aquamarine', 265158, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (276, '66621-1005', 'High', 'Subaru', 'Impreza WRX', 2011, 'Mauv', 217290, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (277, '76472-1139', 'Low', 'Lamborghini', 'Diablo', 1997, 'Goldenrod', 271133, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (278, '49349-055', 'Medium', 'Chevrolet', 'Camaro', 2002, 'Puce', 241255, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (279, '58593-255', 'High', 'Chevrolet', 'HHR', 2007, 'Orange', 273367, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (280, '61476-101', 'Medium', 'Hyundai', 'Sonata', 2012, 'Khaki', 233477, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (281, '37205-160', 'High', 'Ford', 'Aerostar', 1990, 'Turquoise', 248213, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (282, '49873-044', 'High', 'Lexus', 'LS', 1998, 'Khaki', 228453, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (283, '61314-204', 'High', 'Mazda', 'B-Series', 1990, 'Puce', 254554, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (284, '55312-800', 'High', 'Lincoln', 'Continental', 1997, 'Teal', 240282, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (285, '50484-492', 'Low', 'Chevrolet', '3500', 1997, 'Aquamarine', 218873, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (286, '51514-0227', 'High', 'Ford', 'F-Series', 2009, 'Red', 268811, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (287, '67296-0719', 'High', 'Mercedes-Benz', 'SLS-Class', 2011, 'Orange', 215469, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (288, '0002-5802', 'Medium', 'Lincoln', 'Continental Mark VII', 1986, 'Red', 245129, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (289, '51346-035', 'Medium', 'BMW', 'Z4 M', 2007, 'Indigo', 236243, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (290, '61589-3809', 'Low', 'Suzuki', 'XL-7', 2006, 'Puce', 276771, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (291, '59762-1261', 'Low', 'Ford', 'E-350 Super Duty Van', 2006, 'Violet', 271141, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (292, '24385-351', 'High', 'Mercedes-Benz', 'Sprinter 3500', 2011, 'Violet', 251041, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (293, '56062-163', 'High', 'Dodge', 'Ram Van 2500', 1995, 'Goldenrod', 209382, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (294, '13107-073', 'High', 'Kia', 'Rondo', 2008, 'Green', 235851, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (295, '55289-040', 'High', 'Mazda', 'MX-5', 1995, 'Teal', 215248, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (296, '36987-1406', 'High', 'Jaguar', 'XJ Series', 2000, 'Orange', 255379, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (297, '59779-038', 'High', 'Volvo', '850', 1995, 'Blue', 261533, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (298, '41520-003', 'Low', 'Scion', 'tC', 2005, 'Crimson', 276012, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (299, '52125-716', 'Low', 'Toyota', 'Land Cruiser', 2006, 'Yellow', 214917, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (300, '67457-422', 'Low', 'Mercury', 'Monterey', 2005, 'Orange', 260664, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (301, '55154-2887', 'Low', 'Saturn', 'Ion', 2007, 'Maroon', 269912, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (302, '68428-737', 'High', 'Mazda', '929', 1988, 'Purple', 246311, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (303, '54868-6223', 'Medium', 'Chevrolet', 'Lumina', 1995, 'Maroon', 247493, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (304, '11084-240', 'Medium', 'Toyota', 'Solara', 2003, 'Aquamarine', 232066, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (305, '68428-120', 'Low', 'Volvo', 'V40', 2001, 'Maroon', 248730, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (306, '43538-911', 'Low', 'Ford', 'Taurus', 1998, 'Yellow', 241226, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (307, '50563-114', 'Low', 'Ford', 'Ranger', 2011, 'Green', 253584, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (308, '76214-006', 'High', 'Saturn', 'Sky', 2007, 'Red', 249492, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (309, '67046-139', 'Medium', 'Plymouth', 'Laser', 1994, 'Turquoise', 257355, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (310, '67038-103', 'Medium', 'Aptera', 'Typ-1', 2008, 'Green', 226561, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (311, '0268-0650', 'Medium', 'Chevrolet', 'Corvette', 1998, 'Turquoise', 275781, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (312, '42507-094', 'Low', 'Infiniti', 'G', 1999, 'Blue', 243349, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (313, '0440-1796', 'High', 'Ford', 'Explorer Sport', 2001, 'Khaki', 250516, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (314, '52815-121', 'Medium', 'Honda', 'Ridgeline', 2012, 'Pink', 252630, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (315, '47632-0030', 'Low', 'Volkswagen', 'Cabriolet', 1988, 'Goldenrod', 274296, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (316, '67692-811', 'High', 'Plymouth', 'Voyager', 2000, 'Maroon', 243964, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (317, '0713-0526', 'Medium', 'Toyota', 'FJ Cruiser', 2007, 'Orange', 255314, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (318, '43526-110', 'Low', 'Volvo', 'V70', 2006, 'Indigo', 209081, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (319, '10812-331', 'Medium', 'Lexus', 'LS', 2005, 'Indigo', 281606, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (320, '0054-8650', 'Low', 'Mercedes-Benz', 'E-Class', 1992, 'Crimson', 274777, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (321, '57520-0190', 'Medium', 'Mercedes-Benz', 'CLS-Class', 2006, 'Turquoise', 250024, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (322, '68400-704', 'High', 'Audi', 'Q5', 2012, 'Red', 273710, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (323, '50600-002', 'Medium', 'Oldsmobile', 'Aurora', 2002, 'Maroon', 282662, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (324, '49288-0199', 'Medium', 'Mercedes-Benz', 'SL-Class', 2008, 'Maroon', 262167, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (325, '65162-571', 'Medium', 'Toyota', 'Celica', 1999, 'Puce', 275263, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (326, '0363-1252', 'Medium', 'Mercury', 'Sable', 1996, 'Khaki', 245723, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (327, '64578-0057', 'Medium', 'Chevrolet', 'Silverado 2500', 2010, 'Indigo', 239660, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (328, '64159-6374', 'Medium', 'BMW', 'X5', 2001, 'Turquoise', 236284, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (329, '55910-161', 'Low', 'Chrysler', 'Voyager', 2003, 'Goldenrod', 241635, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (330, '36987-2401', 'Medium', 'Chrysler', 'PT Cruiser', 2005, 'Pink', 267963, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (331, '65585-376', 'Low', 'Subaru', 'Legacy', 2000, 'Purple', 239124, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (332, '49967-390', 'Medium', 'BMW', '7 Series', 2006, 'Maroon', 266807, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (333, '57520-0804', 'High', 'Lincoln', 'Mark VII', 1984, 'Teal', 248298, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (334, '0069-0125', 'Low', 'Ford', 'Freestar', 2004, 'Goldenrod', 268458, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (335, '0093-3195', 'Medium', 'Volkswagen', 'Passat', 1998, 'Turquoise', 290631, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (336, '0069-0770', 'Medium', 'BMW', 'Z3', 2002, 'Crimson', 245873, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (337, '11673-471', 'Low', 'Toyota', 'Paseo', 1997, 'Puce', 239563, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (338, '64942-1219', 'Medium', 'Ford', 'Ranger', 1990, 'Violet', 240827, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (339, '67544-268', 'Medium', 'Subaru', 'Impreza', 2006, 'Crimson', 271851, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (340, '0168-0457', 'Low', 'Mercury', 'Sable', 2003, 'Orange', 261800, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (341, '30142-490', 'High', 'Chevrolet', '3500', 1996, 'Green', 233011, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (342, '55154-2074', 'Low', 'Chevrolet', 'Silverado 3500', 2003, 'Orange', 240972, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (343, '54868-5080', 'Medium', 'Chevrolet', 'S10 Blazer', 1992, 'Khaki', 264479, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (344, '59726-117', 'Medium', 'Audi', 'riolet', 1996, 'Maroon', 239427, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (345, '0067-0129', 'High', 'Ford', 'Mustang', 1973, 'Red', 222730, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (346, '41250-521', 'Low', 'Oldsmobile', 'Aurora', 2003, 'Turquoise', 270388, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (347, '54868-6161', 'Low', 'Mitsubishi', 'Montero', 1999, 'Indigo', 257922, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (348, '65197-002', 'High', 'Porsche', 'Boxster', 1999, 'Violet', 216859, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (349, '65044-5002', 'High', 'Oldsmobile', 'Silhouette', 1993, 'Khaki', 272921, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (350, '47335-290', 'High', 'GMC', 'Savana 1500', 2006, 'Goldenrod', 230802, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (351, '42893-031', 'Low', 'Saab', '9000', 1998, 'Orange', 207252, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (352, '49288-0192', 'Medium', 'BMW', '7 Series', 2007, 'Mauv', 196051, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (353, '55045-3248', 'Low', 'Toyota', 'FJ Cruiser', 2012, 'Aquamarine', 257210, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (354, '55154-0734', 'Medium', 'Ford', 'Lightning', 1994, 'Violet', 251201, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (355, '54365-400', 'Low', 'Volkswagen', 'Type 2', 1991, 'Mauv', 258708, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (356, '63354-140', 'Low', 'Honda', 'Pilot', 2008, 'Pink', 249474, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (357, '15127-052', 'Medium', 'Dodge', 'Grand Caravan', 1996, 'Khaki', 256172, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (358, '60512-6466', 'Medium', 'Ford', 'Econoline E350', 1993, 'Violet', 240896, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (359, '0548-5637', 'Low', 'Suzuki', 'X-90', 1996, 'Red', 277615, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (360, '11822-0346', 'Low', 'Chevrolet', 'Silverado 3500', 2012, 'Mauv', 264360, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (361, '55154-8388', 'Medium', 'Ford', 'LTD Crown Victoria', 1984, 'Teal', 285593, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (362, '50804-002', 'High', 'Oldsmobile', 'Silhouette', 2000, 'Puce', 254459, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (363, '49349-805', 'Medium', 'Toyota', '4Runner', 2009, 'Orange', 265165, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (364, '0904-0201', 'Low', 'GMC', 'Sierra 1500', 2006, 'Blue', 266548, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (365, '59779-524', 'Medium', 'GMC', 'Sonoma', 2001, 'Teal', 224740, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (366, '36987-3180', 'High', 'Saturn', 'Sky', 2008, 'Pink', 246223, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (367, '14060-010', 'Low', 'Toyota', 'Tacoma', 2000, 'Violet', 227722, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (368, '33261-028', 'High', 'Subaru', 'Outback', 2010, 'Khaki', 268940, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (369, '0363-0583', 'Medium', 'Lincoln', 'MKZ', 2007, 'Khaki', 225165, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (370, '63739-059', 'High', 'Ford', 'F-Series Super Duty', 2010, 'Indigo', 257731, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (371, '45963-559', 'High', 'Land Rover', 'Defender', 1995, 'Yellow', 250814, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (372, '60949-090', 'Low', 'Chevrolet', 'Aveo', 2010, 'Crimson', 226779, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (373, '61722-088', 'Medium', 'Chevrolet', 'Express 2500', 2001, 'Purple', 227991, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (374, '53208-478', 'Medium', 'GMC', 'Sonoma', 1994, 'Purple', 247816, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (375, '58118-9893', 'Medium', 'Acura', 'TSX', 2008, 'Fuscia', 236489, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (376, '55154-2874', 'Low', 'Jaguar', 'XF', 2012, 'Orange', 279775, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (377, '55154-1486', 'Medium', 'Nissan', 'Titan', 2010, 'Yellow', 245652, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (378, '54569-0910', 'Medium', 'Ford', 'Th!nk', 2002, 'Puce', 236115, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (379, '0220-9013', 'High', 'Volvo', 'S40', 2005, 'Khaki', 256250, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (380, '11523-0627', 'Medium', 'Toyota', 'T100 Xtra', 1996, 'Green', 252578, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (381, '54868-4516', 'High', 'Pontiac', 'Grand Am', 1994, 'Turquoise', 221828, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (382, '63533-221', 'Low', 'Porsche', '911', 2004, 'Mauv', 295778, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (383, '49738-029', 'Medium', 'Isuzu', 'Axiom', 2002, 'Goldenrod', 245152, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (384, '68788-9908', 'Medium', 'Kia', 'Optima', 2002, 'Maroon', 250209, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (385, '64980-155', 'Low', 'Suzuki', 'Reno', 2006, 'Maroon', 202359, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (386, '13811-675', 'Medium', 'Chevrolet', 'TrailBlazer', 2002, 'Aquamarine', 268201, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (387, '14290-500', 'High', 'Ford', 'Freestar', 2003, 'Teal', 211085, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (388, '57520-0736', 'High', 'Mercury', 'Tracer', 1999, 'Violet', 235772, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (389, '29033-001', 'Low', 'Audi', 'Cabriolet', 1998, 'Indigo', 250371, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (390, '68258-7154', 'Medium', 'Chevrolet', 'Tahoe', 1997, 'Orange', 264395, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (391, '11118-1209', 'Low', 'Dodge', 'Grand Caravan', 2011, 'Yellow', 230406, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (392, '10956-791', 'Medium', 'Mercedes-Benz', 'S-Class', 1989, 'Maroon', 264708, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (393, '68391-094', 'Low', 'Lexus', 'GX', 2010, 'Blue', 269735, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (394, '55648-925', 'High', 'Volvo', 'C30', 2011, 'Puce', 230614, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (395, '68428-725', 'High', 'GMC', 'Suburban 2500', 1999, 'Purple', 261671, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (396, '25225-018', 'Medium', 'Nissan', 'Pathfinder', 2010, 'Maroon', 234661, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (397, '63323-388', 'Low', 'Hyundai', 'Accent', 2008, 'Purple', 268094, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (398, '64942-1354', 'High', 'Eagle', 'Vision', 1995, 'Teal', 264340, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (399, '63629-4850', 'High', 'Chrysler', '300', 2005, 'Teal', 255757, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (400, '59779-779', 'Low', 'Aston Martin', 'DB9', 2009, 'Teal', 236736, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (401, '11673-604', 'Low', 'Mercury', 'Villager', 1999, 'Mauv', 265623, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (402, '57237-004', 'High', 'GMC', 'Yukon Denali', 2006, 'Red', 282004, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (403, '55154-0409', 'High', 'GMC', 'Savana 1500', 1998, 'Khaki', 265943, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (404, '68084-466', 'Medium', 'Oldsmobile', 'Bravada', 1999, 'Blue', 286018, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (405, '57691-117', 'Medium', 'Mercury', 'Mystique', 2000, 'Indigo', 252336, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (406, '63029-276', 'Low', 'Honda', 'Odyssey', 2006, 'Pink', 253160, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (407, '65044-2125', 'Medium', 'Rolls-Royce', 'Phantom', 2007, 'Crimson', 269613, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (408, '57520-0691', 'Medium', 'GMC', 'Rally Wagon 2500', 1993, 'Violet', 210844, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (409, '24208-561', 'Low', 'Subaru', 'Legacy', 1989, 'Green', 258335, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (410, '41167-0053', 'Low', 'Chevrolet', 'Express 3500', 2001, 'Mauv', 253049, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (411, '12462-503', 'High', 'Porsche', '911', 2002, 'Yellow', 264720, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (412, '0268-0832', 'Low', 'Mitsubishi', 'Montero', 2000, 'Orange', 249104, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (413, '36987-2909', 'High', 'Ford', 'F350', 2010, 'Crimson', 228668, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (414, '31645-172', 'Low', 'Nissan', 'Maxima', 1997, 'Yellow', 274380, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (415, '0299-3913', 'Medium', 'Honda', 'del Sol', 1993, 'Aquamarine', 259509, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (416, '55154-6830', 'Low', 'Audi', 'A6', 2000, 'Orange', 242755, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (417, '0074-4378', 'Medium', 'Lincoln', 'Town Car', 1986, 'Red', 278121, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (418, '0378-3635', 'Medium', 'Jeep', 'Compass', 2009, 'Goldenrod', 235895, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (419, '59746-211', 'High', 'Lexus', 'LS Hybrid', 2011, 'Pink', 233210, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (420, '49349-787', 'High', 'Mitsubishi', 'Outlander', 2006, 'Yellow', 228889, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (421, '66428-006', 'High', 'Chevrolet', 'Lumina', 2001, 'Green', 242550, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (422, '47335-151', 'High', 'Dodge', 'Dakota Club', 2005, 'Orange', 252457, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (423, '64980-134', 'Low', 'Mercury', 'Cougar', 2002, 'Mauv', 252506, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (424, '0409-4282', 'Low', 'Ford', 'F350', 2006, 'Purple', 235142, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (425, '0067-6319', 'Medium', 'BMW', 'M Roadster', 2006, 'Teal', 270219, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (426, '56152-0815', 'Medium', 'Chevrolet', 'Express 1500', 2012, 'Crimson', 246506, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (427, '52544-188', 'Low', 'Kia', 'Sorento', 2006, 'Aquamarine', 230880, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (428, '49349-630', 'Medium', 'Lincoln', 'Mark VII', 1992, 'Teal', 256677, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (429, '24477-030', 'Medium', 'Chevrolet', '1500', 1998, 'Fuscia', 242583, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (430, '49967-359', 'Medium', 'Porsche', '911', 1993, 'Puce', 273019, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (431, '65588-2210', 'High', 'Honda', 'Civic', 1995, 'Mauv', 253593, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (432, '45963-327', 'Low', 'Suzuki', 'Swift', 1992, 'Puce', 224571, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (433, '49715-018', 'High', 'Jaguar', 'XJ', 2009, 'Violet', 261233, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (434, '59115-043', 'Low', 'Lincoln', 'Navigator', 2007, 'Khaki', 259036, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (435, '62874-005', 'Low', 'Buick', 'Riviera', 1995, 'Fuscia', 247854, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (436, '76388-635', 'High', 'Lexus', 'GX', 2005, 'Khaki', 236568, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (437, '43353-035', 'Low', 'Ford', 'F350', 1994, 'Orange', 304715, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (438, '0703-5140', 'Low', 'Plymouth', 'Neon', 2001, 'Mauv', 270239, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (439, '49738-294', 'Low', 'Lincoln', 'MKZ', 2008, 'Maroon', 266558, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (440, '64616-088', 'High', 'Toyota', 'Previa', 1997, 'Turquoise', 258469, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (441, '63941-180', 'High', 'Kia', 'Sedona', 2009, 'Crimson', 240572, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (442, '24385-183', 'Low', 'Nissan', 'Murano', 2011, 'Pink', 266400, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (443, '36987-2803', 'Medium', 'Ford', 'Freestar', 2004, 'Khaki', 291756, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (444, '52731-7022', 'Medium', 'Lexus', 'RX Hybrid', 2008, 'Yellow', 234314, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (445, '68047-222', 'High', 'Chevrolet', 'Suburban 2500', 1997, 'Maroon', 257439, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (446, '42291-609', 'Medium', 'Ford', 'F150', 2002, 'Indigo', 296089, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (447, '68084-274', 'Low', 'GMC', '3500 Club Coupe', 1993, 'Pink', 213936, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (448, '43063-146', 'Low', 'Hyundai', 'Scoupe', 1995, 'Teal', 254410, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (449, '48951-2049', 'Medium', 'Volkswagen', 'GTI', 2008, 'Mauv', 259032, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (450, '61477-205', 'Low', 'Mercedes-Benz', 'SL-Class', 2003, 'Red', 280856, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (451, '16590-618', 'Low', 'GMC', 'Sierra 2500', 2001, 'Blue', 227905, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (452, '0268-1367', 'High', 'Audi', 'A3', 2010, 'Violet', 250931, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (453, '68084-082', 'Low', 'Dodge', 'Caliber', 2007, 'Maroon', 243209, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (454, '0078-0357', 'High', 'GMC', 'Safari', 1996, 'Crimson', 247715, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (455, '0944-4175', 'High', 'Audi', 'A4', 2011, 'Goldenrod', 286677, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (456, '63941-693', 'High', 'Acura', 'CL', 1997, 'Red', 259631, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (457, '0078-0406', 'Low', 'Mitsubishi', 'GTO', 1990, 'Turquoise', 243282, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (458, '52125-518', 'High', 'Oldsmobile', '98', 1992, 'Fuscia', 237990, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (459, '68180-755', 'Medium', 'Jaguar', 'XK Series', 2004, 'Blue', 271954, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (460, '49614-134', 'Medium', 'Mazda', 'Miata MX-5', 2008, 'Purple', 238594, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (461, '49035-637', 'Medium', 'Subaru', 'Forester', 1999, 'Maroon', 229898, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (462, '64092-317', 'Medium', 'Volvo', 'V50', 2006, 'Puce', 244595, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (463, '54569-6043', 'High', 'Chrysler', 'LHS', 1999, 'Blue', 236029, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (464, '11523-7357', 'High', 'Mazda', 'Mazda6', 2006, 'Violet', 236821, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (465, '61314-647', 'Medium', 'Volkswagen', 'Golf', 2001, 'Mauv', 270236, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (466, '68788-9953', 'Medium', 'Chevrolet', 'Corvair', 1960, 'Violet', 300979, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (467, '0944-2656', 'Medium', 'Hyundai', 'Sonata', 1995, 'Khaki', 271676, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (468, '0781-5052', 'High', 'Dodge', 'Viper', 2002, 'Green', 260312, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (469, '21695-931', 'High', 'Pontiac', '6000', 1990, 'Green', 224935, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (470, '59667-0020', 'Low', 'Mercedes-Benz', '300SL', 1993, 'Yellow', 216970, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (471, '36987-2625', 'Medium', 'Land Rover', 'Range Rover', 2004, 'Orange', 240024, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (472, '57344-092', 'High', 'Honda', 'Civic', 1994, 'Pink', 227425, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (473, '0037-8130', 'High', 'Suzuki', 'XL-7', 2003, 'Mauv', 266204, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (474, '36987-3074', 'Low', 'Jeep', 'Grand Cherokee', 1999, 'Turquoise', 207391, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (475, '0115-1246', 'Medium', 'Porsche', 'Cayenne', 2013, 'Puce', 266575, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (476, '68084-158', 'Low', 'Mitsubishi', 'Expo', 1994, 'Maroon', 205309, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (477, '67345-0509', 'High', 'Jeep', 'Grand Cherokee', 2002, 'Fuscia', 252756, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (478, '64980-191', 'Medium', 'Lotus', 'Exige', 2007, 'Blue', 271447, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (479, '61727-326', 'Medium', 'Mercedes-Benz', 'GL-Class', 2009, 'Yellow', 231053, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (480, '0093-5537', 'Low', 'Chevrolet', 'Corvette', 1998, 'Maroon', 302383, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (481, '11822-0691', 'High', 'Mitsubishi', 'Diamante', 1996, 'Crimson', 253425, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (482, '41250-517', 'High', 'Lincoln', 'Continental', 1989, 'Puce', 267356, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (483, '59762-5016', 'Medium', 'Volkswagen', 'Golf', 1986, 'Goldenrod', 272163, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (484, '58443-0021', 'Low', 'Geo', 'Tracker', 1992, 'Red', 252413, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (485, '43857-0177', 'Medium', 'GMC', 'Yukon XL 1500', 2000, 'Turquoise', 291012, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (486, '63629-5415', 'Medium', 'Volkswagen', 'Golf', 1988, 'Turquoise', 226693, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (487, '50845-0050', 'Medium', 'Honda', 'Civic', 1997, 'Crimson', 250919, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (488, '33342-094', 'High', 'Buick', 'Coachbuilder', 1990, 'Red', 262811, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (489, '0338-6010', 'High', 'Mitsubishi', 'Montero', 1998, 'Green', 240478, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (490, '21695-141', 'High', 'Mercury', 'Marauder', 2004, 'Fuscia', 263438, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (491, '43353-874', 'Medium', 'Toyota', 'Camry Hybrid', 2012, 'Turquoise', 224987, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (492, '58160-810', 'High', 'Toyota', 'T100', 1994, 'Violet', 227873, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (493, '49884-340', 'Low', 'GMC', 'Yukon XL 2500', 2007, 'Violet', 245480, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (494, '55648-928', 'Low', 'Buick', 'Park Avenue', 1991, 'Fuscia', 271099, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (495, '65862-124', 'Medium', 'Infiniti', 'M', 2004, 'Goldenrod', 261649, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (496, '49348-031', 'Medium', 'Ford', 'Ranger', 1991, 'Teal', 258590, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (497, '0548-1911', 'Low', 'Mercedes-Benz', 'CL65 AMG', 2009, 'Mauv', 247884, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (498, '15071-804', 'Medium', 'Chrysler', '300', 2010, 'Blue', 217625, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (499, '60681-0301', 'Low', 'Volkswagen', 'Golf', 2001, 'Pink', 228730, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (500, '58599-003', 'Medium', 'Audi', 'Cabriolet', 1996, 'Maroon', 230468, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (501, '58414-8725', 'Low', 'Toyota', 'Camry Hybrid', 2009, 'Indigo', 233569, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (502, '47682-285', 'Medium', 'Chevrolet', 'Blazer', 1996, 'Violet', 249567, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (503, '58986-030', 'Medium', 'Honda', 'Civic', 1990, 'Aquamarine', 255959, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (504, '57955-0065', 'Medium', 'GMC', 'Safari', 1999, 'Violet', 247561, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (505, '58468-0021', 'Medium', 'Volkswagen', 'Eurovan', 2000, 'Maroon', 251865, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (506, '61919-184', 'Low', 'Hyundai', 'Sonata', 1995, 'Purple', 253196, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (507, '51138-044', 'Low', 'Lincoln', 'Town Car', 2001, 'Khaki', 243535, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (508, '0179-0113', 'Medium', 'Subaru', 'SVX', 1994, 'Turquoise', 246451, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (509, '60681-3105', 'Medium', 'Chevrolet', 'Impala SS', 1995, 'Indigo', 247387, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (510, '0472-0013', 'Low', 'Dodge', 'Caravan', 2005, 'Crimson', 272078, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (511, '11695-1411', 'Low', 'BMW', '7 Series', 2008, 'Blue', 261528, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (512, '68788-9749', 'High', 'Pontiac', '6000', 1984, 'Yellow', 226340, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (513, '49349-392', 'High', 'Chevrolet', 'Lumina', 1997, 'Maroon', 250010, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (514, '59779-199', 'Medium', 'Acura', 'MDX', 2008, 'Green', 254753, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (515, '54458-938', 'Medium', 'Chevrolet', 'HHR', 2010, 'Puce', 259317, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (516, '0603-4112', 'Low', 'Mazda', 'MX-5', 1998, 'Violet', 251485, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (517, '10096-0277', 'High', 'Dodge', 'Ram', 1994, 'Aquamarine', 242273, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (518, '60681-5301', 'Medium', 'Isuzu', 'Rodeo', 1997, 'Turquoise', 235571, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (519, '0378-4252', 'Medium', 'Toyota', 'Corolla', 1995, 'Pink', 250789, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (520, '54305-221', 'Medium', 'Ford', 'Ranger', 2000, 'Aquamarine', 255531, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (521, '24208-670', 'High', 'Mercury', 'Sable', 1991, 'Khaki', 234347, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (522, '54569-0294', 'High', 'Lexus', 'LX', 1999, 'Indigo', 248010, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (523, '61570-031', 'Low', 'Infiniti', 'QX', 1997, 'Orange', 255003, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (524, '52915-130', 'Low', 'Volkswagen', 'Phaeton', 2005, 'Khaki', 234567, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (525, '0054-0003', 'Low', 'Nissan', '240SX', 1997, 'Fuscia', 271692, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (526, '36987-1486', 'Medium', 'Chevrolet', '3500', 1994, 'Yellow', 243913, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (527, '0363-0559', 'High', 'Cadillac', 'CTS', 2005, 'Goldenrod', 254380, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (528, '58411-234', 'Medium', 'Nissan', 'Altima', 2005, 'Orange', 259181, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (529, '49349-952', 'Low', 'Dodge', 'Ram Van 3500', 1995, 'Pink', 264748, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (530, '65841-129', 'Low', 'Ford', 'F-Series', 2001, 'Turquoise', 242907, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (531, '0091-3324', 'High', 'Ford', 'Thunderbird', 1977, 'Indigo', 260064, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (532, '65862-053', 'Medium', 'Infiniti', 'QX', 2003, 'Maroon', 262211, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (533, '53808-0253', 'Medium', 'Mazda', 'MX-5', 2011, 'Red', 257598, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (534, '0781-5220', 'Medium', 'Mercedes-Benz', '190E', 1992, 'Purple', 246851, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (535, '52125-960', 'Medium', 'Oldsmobile', 'Regency', 1997, 'Teal', 267401, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (536, '41520-699', 'High', 'Geo', 'Tracker', 1995, 'Orange', 248832, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (537, '52915-030', 'Low', 'Ferrari', '599 GTB Fiorano', 2008, 'Blue', 249761, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (538, '0615-7705', 'Medium', 'GMC', 'Sonoma', 1992, 'Purple', 251100, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (539, '16590-301', 'High', 'Land Rover', 'LR4', 2011, 'Orange', 291483, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (540, '54569-0126', 'Medium', 'Toyota', 'Sequoia', 2003, 'Indigo', 228178, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (541, '57955-6025', 'High', 'Dodge', 'Ram Van 3500', 2001, 'Yellow', 249839, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (542, '21695-507', 'High', 'Mercury', 'Mystique', 2000, 'Blue', 260230, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (543, '10819-3740', 'High', 'GMC', 'Suburban 1500', 1995, 'Blue', 220720, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (544, '63824-321', 'High', 'Maybach', '62', 2011, 'Fuscia', 277792, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (545, '65903-295', 'Low', 'Chevrolet', 'Tracker', 1999, 'Purple', 216503, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (546, '43596-0020', 'Medium', 'Suzuki', 'XL-7', 2001, 'Turquoise', 224843, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (547, '68258-8977', 'Low', 'Chevrolet', '3500', 1993, 'Fuscia', 245365, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (548, '68180-384', 'High', 'Dodge', 'Charger', 1968, 'Aquamarine', 247065, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (549, '54973-3186', 'High', 'Mercury', 'Grand Marquis', 2000, 'Goldenrod', 256356, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (550, '62175-195', 'Medium', 'Saab', '9000', 1988, 'Violet', 230985, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (551, '46123-014', 'Low', 'Audi', 'S4', 2013, 'Puce', 266901, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (552, '48951-7109', 'High', 'Ferrari', 'F430', 2008, 'Orange', 240653, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (553, '0781-5950', 'Medium', 'Honda', 'Prelude', 1993, 'Aquamarine', 244022, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (554, '62802-182', 'Medium', 'Maybach', '57', 2005, 'Teal', 270065, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (555, '49349-628', 'Low', 'Toyota', 'Camry Hybrid', 2008, 'Puce', 264956, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (556, '63629-1468', 'High', 'BMW', 'X3', 2009, 'Green', 240820, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (557, '59779-679', 'Medium', 'Suzuki', 'Daewoo Magnus', 2004, 'Aquamarine', 270555, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (558, '65321-025', 'High', 'Mazda', 'Mazda6', 2010, 'Aquamarine', 246347, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (559, '0280-1430', 'Medium', 'Lincoln', 'Town Car', 1999, 'Red', 238465, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (560, '52125-075', 'High', 'GMC', 'Savana 2500', 1997, 'Fuscia', 229016, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (561, '51079-088', 'Low', 'Suzuki', 'Grand Vitara', 2003, 'Teal', 247199, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (562, '54868-2463', 'Low', 'Lexus', 'IS', 2003, 'Purple', 242581, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (563, '54569-2523', 'High', 'Ford', 'Courier', 1989, 'Indigo', 251451, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (564, '55154-9563', 'High', 'Hyundai', 'Veloster', 2012, 'Red', 286561, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (565, '55154-1379', 'High', 'Mercedes-Benz', 'SLS-Class', 2011, 'Crimson', 263700, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (566, '0615-7555', 'Medium', 'Ford', 'F150', 1996, 'Green', 219990, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (567, '13630-0056', 'Medium', 'Ford', 'Ranger', 2003, 'Red', 242301, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (568, '52343-001', 'Medium', 'Dodge', 'Ram 2500', 1999, 'Crimson', 276236, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (569, '63717-325', 'Low', 'Nissan', 'Sentra', 2007, 'Orange', 214029, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (570, '45802-008', 'Medium', 'Lotus', 'Elan', 1994, 'Puce', 295340, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (571, '0091-6701', 'Low', 'Hyundai', 'Sonata', 1993, 'Orange', 316299, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (572, '52584-626', 'Low', 'Mercedes-Benz', 'G-Class', 2004, 'Violet', 274279, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (573, '51655-900', 'Medium', 'Pontiac', 'Firebird', 2001, 'Aquamarine', 252358, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (574, '37000-022', 'High', 'Geo', 'Metro', 1994, 'Khaki', 264118, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (575, '59779-649', 'Medium', 'Isuzu', 'Hombre Space', 2000, 'Indigo', 216888, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (576, '59579-008', 'Low', 'Aptera', 'Type-1h', 2010, 'Yellow', 234686, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (577, '52380-4801', 'Medium', 'Land Rover', 'Range Rover', 1989, 'Turquoise', 238452, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (578, '11822-0498', 'Medium', 'Honda', 'S2000', 2000, 'Turquoise', 266367, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (579, '65044-3510', 'Medium', 'Audi', 'R8', 2008, 'Crimson', 288626, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (580, '55111-784', 'Low', 'Subaru', 'Legacy', 2006, 'Maroon', 233394, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (581, '0378-2695', 'High', 'Toyota', 'Corolla', 2002, 'Purple', 237267, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (582, '53187-220', 'Low', 'Ford', 'Ranger', 1997, 'Goldenrod', 281276, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (583, '41163-911', 'Low', 'Oldsmobile', 'Alero', 2000, 'Green', 294469, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (584, '54868-4928', 'Low', 'Ford', 'F150', 1999, 'Red', 215776, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (585, '45802-868', 'High', 'Acura', 'Legend', 1988, 'Green', 252594, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (586, '41520-440', 'High', 'Mercedes-Benz', 'SL-Class', 1997, 'Violet', 260114, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (587, '33261-900', 'Low', 'Chevrolet', '1500', 1996, 'Red', 239555, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (588, '59397-3310', 'Medium', 'Mazda', 'Mazda3', 2004, 'Green', 277739, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (589, '53808-0775', 'Low', 'Audi', 'A3', 2008, 'Turquoise', 248888, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (590, '13537-249', 'Low', 'Subaru', 'SVX', 1996, 'Violet', 221113, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (591, '33261-071', 'High', 'Lincoln', 'Town Car', 1995, 'Pink', 256057, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (592, '68258-8900', 'Medium', 'GMC', 'Sonoma', 2000, 'Purple', 266603, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (593, '37205-605', 'Medium', 'Ford', 'Taurus', 2007, 'Orange', 274011, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (594, '60429-099', 'Medium', 'Saab', '9-3', 2010, 'Indigo', 271771, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (595, '49349-915', 'High', 'Chrysler', 'Imperial', 1993, 'Khaki', 264071, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (596, '60760-512', 'Low', 'Mazda', 'RX-7', 1985, 'Turquoise', 268574, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (597, '54118-7188', 'Medium', 'Chevrolet', 'Express 3500', 1999, 'Green', 279428, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (598, '42421-775', 'Medium', 'Oldsmobile', 'Aurora', 1999, 'Mauv', 243499, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (599, '36800-368', 'Medium', 'Ford', 'Focus ST', 2013, 'Fuscia', 234473, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (600, '37000-819', 'Medium', 'GMC', 'Savana', 2011, 'Aquamarine', 218329, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (601, '49967-452', 'Low', 'Nissan', 'Cube', 2010, 'Goldenrod', 255184, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (602, '0603-4982', 'Low', 'Toyota', 'Avalon', 2011, 'Yellow', 243541, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (603, '60512-2007', 'Low', 'Land Rover', 'Range Rover', 2010, 'Turquoise', 257969, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (604, '42192-138', 'Medium', 'Ford', 'Econoline E250', 2001, 'Green', 235690, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (605, '59779-329', 'High', 'Ford', 'Expedition', 2004, 'Green', 277921, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (606, '14783-025', 'Medium', 'Nissan', 'Maxima', 2004, 'Blue', 287945, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (607, '16590-649', 'High', 'Austin', 'Mini', 1963, 'Violet', 265464, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (608, '42876-002', 'Medium', 'Jeep', 'Compass', 2009, 'Yellow', 202183, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (609, '0722-6670', 'Low', 'Lexus', 'ES', 1993, 'Indigo', 252836, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (610, '68647-182', 'Medium', 'Chevrolet', 'G-Series 3500', 1998, 'Yellow', 261450, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (611, '55154-9412', 'High', 'Mercedes-Benz', 'S-Class', 1987, 'Goldenrod', 233025, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (612, '0378-5011', 'High', 'Hyundai', 'Sonata', 2010, 'Teal', 261738, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (613, '51531-2823', 'Low', 'Buick', 'Park Avenue', 2004, 'Pink', 231894, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (614, '75862-022', 'Low', 'Volvo', 'S60', 2013, 'Puce', 233566, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (615, '43269-617', 'High', 'Pontiac', 'Grand Prix', 1991, 'Indigo', 279363, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (616, '59779-211', 'Low', 'Ford', 'Aerostar', 1992, 'Pink', 269811, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (617, '58411-171', 'Medium', 'Chrysler', '300C', 2005, 'Crimson', 269230, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (618, '59667-0027', 'Low', 'Toyota', 'Echo', 2005, 'Yellow', 252763, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (619, '10096-0292', 'High', 'Chevrolet', '1500', 1999, 'Khaki', 227775, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (620, '51079-285', 'Low', 'GMC', 'Safari', 1993, 'Violet', 223895, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (621, '62080-5001', 'High', 'Buick', 'Riviera', 1997, 'Goldenrod', 242260, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (622, '43063-440', 'Low', 'Mazda', 'Millenia', 1998, 'Blue', 275580, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (623, '44237-400', 'Low', 'Suzuki', 'Grand Vitara', 2004, 'Orange', 243790, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (624, '49288-0203', 'Low', 'Mazda', 'CX-9', 2011, 'Fuscia', 209216, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (625, '68788-9538', 'Medium', 'Pontiac', 'Grand Prix', 1995, 'Blue', 259562, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (626, '49999-011', 'Medium', 'Mercury', 'Grand Marquis', 2005, 'Crimson', 256140, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (627, '54868-4021', 'Low', 'Ford', 'E150', 2004, 'Yellow', 236641, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (628, '52125-069', 'High', 'Buick', 'Roadmaster', 1995, 'Indigo', 237415, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (629, '0603-6161', 'Low', 'Mitsubishi', '3000GT', 1998, 'Orange', 226111, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (630, '33992-1130', 'High', 'Audi', 'Allroad', 2005, 'Green', 224914, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (631, '52584-151', 'Low', 'Ford', 'Club Wagon', 1993, 'Violet', 269546, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (632, '37808-025', 'Medium', 'Saturn', 'VUE', 2010, 'Goldenrod', 248836, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (633, '59779-055', 'High', 'Honda', 'Prelude', 1985, 'Crimson', 249945, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (634, '25021-827', 'High', 'Hyundai', 'Tiburon', 2006, 'Orange', 227139, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (635, '24385-386', 'Low', 'Land Rover', 'Defender', 1993, 'Turquoise', 257317, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (636, '37808-290', 'Low', 'BMW', '5 Series', 1998, 'Violet', 285336, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (637, '51483-002', 'Medium', 'Ford', 'Transit Connect', 2010, 'Khaki', 227113, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (638, '36987-2795', 'Medium', 'Mitsubishi', 'Montero', 2003, 'Orange', 243480, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (639, '0409-7600', 'High', 'Mitsubishi', 'Chariot', 1990, 'Red', 217809, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (640, '68084-372', 'Low', 'Dodge', 'Viper RT/10', 1994, 'Yellow', 229480, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (641, '50419-459', 'High', 'Mazda', 'Mazdaspeed 3', 2011, 'Red', 236646, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (642, '59741-224', 'Medium', 'GMC', 'Sierra 1500', 2006, 'Yellow', 283636, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (643, '36987-1469', 'High', 'Ford', 'Thunderbird', 1990, 'Orange', 264892, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (644, '25021-703', 'Low', 'Ford', 'Fairlane', 1966, 'Violet', 267001, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (645, '52584-950', 'Low', 'GMC', 'Yukon', 1995, 'Puce', 260716, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (646, '0603-5926', 'Medium', 'GMC', 'Vandura G3500', 1996, 'Maroon', 246256, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (647, '62584-639', 'Low', 'Buick', 'LeSabre', 1992, 'Fuscia', 272596, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (648, '29500-9085', 'Medium', 'Cadillac', 'STS', 2010, 'Puce', 209624, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (649, '62802-218', 'Medium', 'Chrysler', 'Concorde', 1993, 'Crimson', 214311, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (650, '0268-1477', 'High', 'Chevrolet', 'Suburban 1500', 1992, 'Indigo', 261816, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (651, '46006-002', 'Low', 'Mitsubishi', 'Chariot', 1992, 'Red', 230229, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (652, '13709-232', 'Medium', 'Scion', 'tC', 2011, 'Fuscia', 269997, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (653, '55289-861', 'Low', 'Lexus', 'RX', 2005, 'Mauv', 260579, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (654, '55118-420', 'High', 'Volkswagen', 'Touareg', 2011, 'Pink', 303190, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (655, '51445-201', 'High', 'Ford', 'Mustang', 1969, 'Orange', 259330, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (656, '0172-7310', 'Low', 'Dodge', 'Caravan', 1994, 'Blue', 242912, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (657, '36987-1937', 'High', 'Toyota', 'Camry Hybrid', 2009, 'Puce', 247365, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (658, '52125-612', 'Low', 'Mazda', 'Tribute', 2008, 'Orange', 226222, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (659, '68647-180', 'Medium', 'Audi', 'A3', 2008, 'Mauv', 250180, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (660, '42998-973', 'High', 'Buick', 'Park Avenue', 2005, 'Turquoise', 246197, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (661, '63629-3052', 'High', 'Mazda', 'CX-5', 2013, 'Mauv', 253663, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (662, '64942-1066', 'High', 'Lexus', 'ES', 2002, 'Indigo', 215738, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (663, '0378-6202', 'Medium', 'Ford', 'F350', 2004, 'Teal', 279877, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (664, '55878-105', 'High', 'Oldsmobile', 'Aurora', 1996, 'Purple', 262938, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (665, '43353-215', 'Low', 'Mitsubishi', 'Pajero', 1994, 'Aquamarine', 233499, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (666, '54643-5647', 'Low', 'Chevrolet', 'Camaro', 2000, 'Blue', 257115, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (667, '68428-045', 'Low', 'Lamborghini', 'Countach', 1987, 'Indigo', 273916, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (668, '64159-7047', 'High', 'Pontiac', 'Grand Prix', 1995, 'Pink', 287585, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (669, '61884-1001', 'High', 'Hyundai', 'Sonata', 1994, 'Violet', 244220, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (670, '49288-0741', 'High', 'Ford', 'Econoline E350', 1993, 'Pink', 213920, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (671, '63629-3771', 'High', 'Volkswagen', 'GTI', 1987, 'Indigo', 217517, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (672, '36987-1348', 'Low', 'Mitsubishi', 'Diamante', 1998, 'Orange', 263977, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (673, '64117-998', 'Low', 'Scion', 'tC', 2008, 'Puce', 274014, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (674, '42808-204', 'High', 'Ford', 'F250', 1992, 'Khaki', 228168, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (675, '61010-3112', 'High', 'Honda', 'Odyssey', 2010, 'Puce', 229366, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (676, '52125-231', 'Medium', 'Ford', 'Thunderbird', 1995, 'Teal', 226448, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (677, '68703-124', 'High', 'Acura', 'TL', 1995, 'Indigo', 292223, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (678, '56152-2003', 'High', 'Chrysler', 'Crossfire', 2008, 'Yellow', 282681, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (679, '52125-280', 'Medium', 'Chevrolet', 'Express 1500', 2004, 'Indigo', 227614, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (680, '59746-246', 'Medium', 'Chrysler', '200', 2012, 'Violet', 261364, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (681, '0268-6545', 'Medium', 'Dodge', 'Neon', 2000, 'Yellow', 245659, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (682, '52125-445', 'High', 'Lotus', 'Esprit', 1989, 'Aquamarine', 242496, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (683, '0143-1250', 'Medium', 'Mitsubishi', '3000GT', 1994, 'Violet', 320278, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (684, '55312-281', 'Medium', 'Cadillac', 'Escalade', 2002, 'Green', 264207, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (685, '50436-9028', 'Medium', 'Chevrolet', 'Camaro', 1999, 'Turquoise', 266646, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (686, '49288-0086', 'Medium', 'Subaru', 'Justy', 1988, 'Maroon', 272770, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (687, '0362-9010', 'Low', 'Honda', 'del Sol', 1993, 'Blue', 247548, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (688, '24623-042', 'Medium', 'GMC', 'Savana 1500', 2005, 'Yellow', 254317, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (689, '76173-1101', 'High', 'Chevrolet', 'Corvette', 2006, 'Blue', 246713, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (690, '55154-9434', 'High', 'Dodge', 'Ram 1500', 2004, 'Yellow', 218875, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (691, '10812-381', 'Medium', 'Toyota', 'Land Cruiser', 2003, 'Goldenrod', 251361, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (692, '21695-007', 'Low', 'Ford', 'Club Wagon', 1992, 'Yellow', 259866, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (693, '67345-0780', 'Medium', 'Lexus', 'LS', 1999, 'Pink', 243419, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (694, '42354-7482', 'High', 'GMC', 'Yukon', 2013, 'Maroon', 229074, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (695, '10096-0287', 'High', 'Mitsubishi', 'Diamante', 1994, 'Goldenrod', 309741, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (696, '36987-2803', 'Medium', 'Ford', 'E250', 2004, 'Turquoise', 256171, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (697, '67877-116', 'Medium', 'Nissan', 'Quest', 1994, 'Purple', 247464, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (698, '0067-0149', 'High', 'Toyota', 'Tercel', 1994, 'Blue', 275327, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (699, '58232-4033', 'High', 'GMC', 'Savana 3500', 2007, 'Goldenrod', 246812, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (700, '64203-020', 'Low', 'Mercedes-Benz', 'E-Class', 1989, 'Maroon', 241342, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (701, '10237-650', 'Medium', 'Aston Martin', 'V8 Vantage', 2008, 'Pink', 257091, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (702, '54868-6250', 'High', 'Pontiac', 'Bonneville', 1964, 'Red', 254955, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (703, '36987-2610', 'High', 'Pontiac', 'Sunfire', 1997, 'Aquamarine', 245710, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (704, '50383-930', 'High', 'Ford', 'Escape', 2011, 'Maroon', 227842, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (705, '42254-090', 'Medium', 'Pontiac', 'Sunfire', 2000, 'Yellow', 229545, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (706, '65162-008', 'Low', 'Lincoln', 'MKZ', 2009, 'Indigo', 246455, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (707, '55111-135', 'High', 'Cadillac', 'Escalade EXT', 2005, 'Purple', 211590, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (708, '62856-750', 'Medium', 'Ford', 'Escape', 2010, 'Red', 251182, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (709, '63629-4139', 'High', 'Shelby', 'GT500', 1968, 'Teal', 261711, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (710, '49825-114', 'High', 'Toyota', 'Tacoma', 1995, 'Purple', 239601, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (711, '53135-925', 'High', 'Chrysler', '300', 2006, 'Maroon', 249083, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (712, '51285-690', 'Medium', 'Nissan', '300ZX', 1993, 'Fuscia', 242809, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (713, '24488-004', 'Low', 'Audi', 'A4', 2006, 'Khaki', 270848, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (714, '0641-6023', 'High', 'Audi', 'Q5', 2012, 'Aquamarine', 271869, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (715, '11084-064', 'Low', 'GMC', 'Yukon XL 1500', 2010, 'Violet', 252606, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (716, '49288-0163', 'High', 'Acura', 'TL', 2009, 'Pink', 249144, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (717, '36987-2305', 'High', 'Volkswagen', 'Passat', 1991, 'Fuscia', 249873, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (718, '0378-7002', 'Medium', 'Dodge', 'Spirit', 1992, 'Yellow', 250897, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (719, '56062-711', 'Medium', 'Mercury', 'Grand Marquis', 2003, 'Puce', 222029, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (720, '55319-512', 'Medium', 'Saturn', 'VUE', 2004, 'Violet', 245639, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (721, '41190-056', 'High', 'Mitsubishi', 'Pajero', 2006, 'Turquoise', 265812, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (722, '67172-494', 'Medium', 'Volkswagen', 'Cabriolet', 1990, 'Indigo', 231469, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (723, '0049-3450', 'Low', 'Hyundai', 'Tucson', 2012, 'Teal', 253679, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (724, '56062-302', 'Medium', 'BMW', '3 Series', 1998, 'Indigo', 228510, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (725, '0071-1017', 'High', 'Ford', 'Fusion', 2006, 'Maroon', 255341, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (726, '17856-0082', 'Medium', 'GMC', 'Yukon', 2013, 'Maroon', 279188, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (727, '54973-2911', 'Low', 'Chevrolet', 'Silverado 2500', 2003, 'Aquamarine', 218757, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (728, '57520-0067', 'Low', 'Dodge', 'Caravan', 1996, 'Purple', 249728, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (729, '15054-0530', 'Low', 'Acura', 'TL', 2010, 'Aquamarine', 278568, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (730, '21695-328', 'Low', 'Subaru', 'Impreza', 2010, 'Puce', 251374, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (731, '41163-258', 'Medium', 'Ford', 'Thunderbird', 1996, 'Purple', 241526, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (732, '56062-724', 'Low', 'GMC', 'Savana 1500', 1998, 'Violet', 268575, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (733, '51514-0304', 'High', 'Chevrolet', 'Tahoe', 1996, 'Red', 270523, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (734, '64578-0073', 'Low', 'Cadillac', 'Fleetwood', 1993, 'Violet', 265825, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (735, '0338-0431', 'High', 'Porsche', 'Cayenne', 2004, 'Teal', 256165, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (736, '43269-788', 'Low', 'Morgan', 'Aero 8', 2006, 'Mauv', 256015, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (737, '0574-0195', 'High', 'Pontiac', 'Torrent', 2007, 'Aquamarine', 245294, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (738, '50845-0045', 'High', 'Lincoln', 'Town Car', 1989, 'Mauv', 198586, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (739, '24338-300', 'High', 'Mazda', '626', 1986, 'Indigo', 240632, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (740, '52125-844', 'Medium', 'Chevrolet', 'Monza', 1975, 'Indigo', 241565, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (741, '44946-1024', 'High', 'Chevrolet', 'Suburban 1500', 1992, 'Green', 247661, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (742, '0409-1778', 'Low', 'Mazda', 'Tribute', 2011, 'Indigo', 234583, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (743, '49035-128', 'Low', 'Oldsmobile', 'LSS', 1999, 'Maroon', 241568, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (744, '67877-217', 'Low', 'Dodge', 'Ram 1500', 1996, 'Violet', 218750, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (745, '28595-420', 'High', 'Isuzu', 'i-290', 2008, 'Turquoise', 245409, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (746, '42884-365', 'High', 'Ford', 'Ranger', 1985, 'Yellow', 262967, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (747, '50227-2116', 'Medium', 'GMC', 'Jimmy', 1992, 'Violet', 286301, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (748, '65862-167', 'High', 'Audi', 'Q7', 2007, 'Violet', 260816, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (749, '0054-0334', 'Low', 'Ford', 'Contour', 1997, 'Khaki', 243658, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (750, '58443-0033', 'Low', 'Dodge', 'Intrepid', 2000, 'Purple', 255816, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (751, '55289-048', 'Medium', 'Chevrolet', 'Suburban 2500', 2004, 'Maroon', 242366, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (752, '14783-056', 'Medium', 'Buick', 'Terraza', 2006, 'Yellow', 267664, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (753, '0703-4714', 'High', 'Toyota', 'T100', 1996, 'Khaki', 241001, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (754, '55289-525', 'Low', 'Chevrolet', 'Monte Carlo', 2006, 'Crimson', 226413, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (755, '49349-074', 'High', 'Volkswagen', 'GTI', 1999, 'Indigo', 258522, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (756, '66302-105', 'Low', 'GMC', '2500 Club Coupe', 1993, 'Aquamarine', 276449, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (757, '37012-734', 'Medium', 'BMW', '645', 2005, 'Green', 229994, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (758, '65162-306', 'High', 'Geo', 'Prizm', 1995, 'Purple', 241070, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (759, '58238-228', 'Medium', 'Shelby', 'GT500', 1968, 'Violet', 233710, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (760, '63629-1740', 'High', 'Ford', 'E150', 2007, 'Red', 257018, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (761, '0603-2483', 'Low', 'Chevrolet', 'APV', 1993, 'Turquoise', 291659, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (762, '47682-198', 'Low', 'Jensen', 'Interceptor', 1967, 'Yellow', 302530, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (763, '54868-6231', 'Low', 'Mitsubishi', 'GTO', 1993, 'Orange', 249082, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (764, '0268-0892', 'Medium', 'Dodge', 'Dakota', 2004, 'Goldenrod', 242060, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (765, '65044-3450', 'Low', 'GMC', '2500 Club Coupe', 1995, 'Blue', 258578, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (766, '45802-083', 'Medium', 'MINI', 'Clubman', 2009, 'Blue', 206709, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (767, '55154-9440', 'High', 'Lincoln', 'Blackwood', 2003, 'Goldenrod', 239195, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (768, '64760-300', 'Low', 'Hyundai', 'XG350', 2004, 'Pink', 231379, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (769, '50017-024', 'High', 'Mitsubishi', 'Pajero', 2003, 'Turquoise', 212692, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (770, '42681-0512', 'Low', 'Volkswagen', 'GTI', 2008, 'Green', 259151, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (771, '0363-0547', 'High', 'GMC', 'Sonoma Club Coupe', 1996, 'Pink', 263408, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (772, '49527-718', 'Low', 'Chevrolet', 'G-Series G10', 1993, 'Orange', 272610, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (773, '54575-140', 'Low', 'Audi', 'riolet', 1998, 'Green', 238379, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (774, '0904-5679', 'Low', 'Hyundai', 'Accent', 1999, 'Fuscia', 233727, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (775, '35000-067', 'Medium', 'Audi', '90', 1990, 'Turquoise', 269552, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (776, '54569-3074', 'Low', 'Maybach', '62', 2003, 'Purple', 246776, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (777, '42507-013', 'Low', 'Mitsubishi', 'Eclipse', 2005, 'Aquamarine', 226597, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (778, '0264-9872', 'High', 'Land Rover', 'Range Rover Sport', 2006, 'Crimson', 229040, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (779, '55154-9436', 'Low', 'Hyundai', 'Accent', 2003, 'Green', 247499, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (780, '49035-388', 'High', 'Dodge', 'Ram 3500 Club', 1995, 'Fuscia', 231256, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (781, '58177-910', 'Low', 'Chrysler', 'Cirrus', 2000, 'Yellow', 265532, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (782, '52125-279', 'High', 'Chevrolet', 'Blazer', 1993, 'Teal', 272177, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (783, '0409-6476', 'High', 'Ford', 'Crown Victoria', 2007, 'Purple', 219355, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (784, '0832-0611', 'High', 'Mercedes-Benz', 'G-Class', 2004, 'Puce', 258027, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (785, '66336-056', 'Medium', 'Ford', 'Focus', 2009, 'Purple', 239571, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (786, '49483-054', 'High', 'Dodge', 'Viper', 1999, 'Orange', 241083, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (787, '49738-805', 'Medium', 'Ford', 'Taurus', 1996, 'Goldenrod', 230608, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (788, '13811-598', 'Medium', 'Toyota', 'Highlander', 2007, 'Yellow', 267133, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (789, '49035-247', 'High', 'Mercedes-Benz', '300SE', 1993, 'Fuscia', 242615, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (790, '49349-817', 'Medium', 'Jaguar', 'XK Series', 2001, 'Fuscia', 203432, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (791, '58232-0645', 'Low', 'Ford', 'Thunderbird', 2002, 'Khaki', 269246, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (792, '68788-9898', 'High', 'Honda', 'Odyssey', 2001, 'Blue', 285137, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (793, '54575-299', 'Low', 'BMW', 'M3', 1995, 'Khaki', 275325, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (794, '14783-208', 'Medium', 'GMC', 'Safari', 1997, 'Teal', 230341, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (795, '68788-9190', 'Low', 'Dodge', 'Stratus', 1995, 'Maroon', 276159, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (796, '44924-119', 'Low', 'Hyundai', 'Scoupe', 1993, 'Yellow', 265674, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (797, '21695-710', 'High', 'BMW', 'X5', 2005, 'Blue', 254297, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (798, '42508-163', 'Low', 'Volkswagen', 'New Beetle', 2001, 'Crimson', 249750, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (799, '57520-0373', 'High', 'Ford', 'E-Series', 1988, 'Crimson', 227296, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (800, '55910-368', 'Low', 'Mazda', 'Mazda6', 2005, 'Yellow', 242135, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (801, '43742-0178', 'High', 'Mercedes-Benz', '300CE', 1992, 'Green', 261101, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (802, '54868-4878', 'High', 'Mazda', 'B-Series Plus', 2000, 'Puce', 263035, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (803, '50383-933', 'High', 'Acura', 'NSX', 1995, 'Green', 261457, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (804, '10742-8562', 'Medium', 'Porsche', 'Cayenne', 2011, 'Turquoise', 289118, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (805, '0641-6056', 'Low', 'GMC', '1500 Club Coupe', 1992, 'Yellow', 241771, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (806, '49035-218', 'Medium', 'Buick', 'Terraza', 2006, 'Orange', 222675, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (807, '64125-904', 'High', 'Ford', 'Torino', 1970, 'Red', 217733, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (808, '0054-0283', 'Low', 'Lexus', 'IS', 2004, 'Puce', 228970, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (809, '0054-0052', 'High', 'Lexus', 'RX', 2004, 'Red', 245839, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (810, '11559-018', 'Low', 'Chevrolet', 'Malibu', 2009, 'Orange', 303195, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (811, '35356-380', 'Medium', 'Volkswagen', 'Cabriolet', 1995, 'Purple', 206793, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (812, '68382-228', 'Low', 'Ford', 'Edge', 2012, 'Yellow', 249199, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (813, '10237-694', 'Medium', 'Ford', 'Tempo', 1986, 'Orange', 262236, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (814, '54868-4534', 'High', 'Scion', 'xB', 2008, 'Blue', 265468, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (815, '53150-386', 'High', 'Ford', 'F350', 2010, 'Purple', 274701, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (816, '68084-270', 'High', 'Mercury', 'Mariner', 2009, 'Fuscia', 238638, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (817, '62175-312', 'High', 'Ford', 'Tempo', 1990, 'Violet', 238308, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (818, '51346-189', 'High', 'Ford', 'Explorer Sport Trac', 2009, 'Aquamarine', 210160, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (819, '64159-6991', 'Low', 'Ford', 'F150', 1993, 'Aquamarine', 267229, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (820, '0002-4771', 'Low', 'Hyundai', 'Scoupe', 1994, 'Puce', 251077, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (821, '49349-975', 'High', 'Infiniti', 'G25', 2012, 'Purple', 213062, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (822, '54973-1121', 'Medium', 'Ford', 'Ranger', 1989, 'Pink', 250284, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (823, '54868-6031', 'High', 'Dodge', 'Ram 3500', 1995, 'Khaki', 230231, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (824, '49288-0072', 'Low', 'Lincoln', 'Navigator', 2007, 'Puce', 255680, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (825, '37205-605', 'High', 'Nissan', 'Pathfinder', 1993, 'Crimson', 230345, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (826, '49349-853', 'Low', 'Land Rover', 'Defender 90', 1995, 'Khaki', 270728, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (827, '0115-1030', 'High', 'Chevrolet', 'Corvette', 2011, 'Khaki', 261725, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (828, '11822-0323', 'High', 'Dodge', 'Ram Van 1500', 2003, 'Red', 223616, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (829, '58411-218', 'Medium', 'Dodge', 'Viper', 1999, 'Mauv', 238963, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (830, '42023-148', 'Medium', 'Lexus', 'LX', 2006, 'Red', 263931, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (831, '49643-346', 'Medium', 'Lincoln', 'Town Car', 2005, 'Fuscia', 254974, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (832, '10671-013', 'Medium', 'Pontiac', 'Bonneville', 1988, 'Red', 260884, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (833, '0904-6149', 'Medium', 'Acura', 'Integra', 1992, 'Blue', 256175, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (834, '49963-813', 'Medium', 'Hyundai', 'Scoupe', 1992, 'Goldenrod', 276805, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (835, '13734-034', 'Medium', 'Lincoln', 'Navigator', 2004, 'Violet', 255931, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (836, '76237-241', 'Low', 'Mercedes-Benz', 'E-Class', 2009, 'Green', 231771, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (837, '41616-485', 'Medium', 'Ford', 'Escort', 1994, 'Maroon', 235992, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (838, '53217-070', 'Medium', 'Infiniti', 'G', 1999, 'Green', 221617, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (839, '0268-0268', 'Medium', 'Audi', 'S8', 2001, 'Turquoise', 235214, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (840, '55289-883', 'Low', 'Toyota', 'Camry', 1993, 'Yellow', 216067, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (841, '43269-872', 'Low', 'GMC', 'Yukon', 1997, 'Turquoise', 258627, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (842, '52343-032', 'High', 'GMC', 'Yukon', 1993, 'Green', 236821, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (843, '35356-004', 'Medium', 'Mazda', 'B-Series', 1989, 'Aquamarine', 266519, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (844, '50484-309', 'Medium', 'Toyota', 'Yaris', 2006, 'Yellow', 238606, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (845, '36987-2444', 'Low', 'Mazda', 'B-Series', 1996, 'Green', 242524, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (846, '0555-0097', 'Low', 'Toyota', 'Tundra', 2006, 'Teal', 265970, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (847, '13107-142', 'High', 'Chevrolet', 'Suburban 2500', 2003, 'Blue', 244648, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (848, '49348-443', 'Low', 'Mitsubishi', 'Mighty Max', 1986, 'Puce', 204199, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (849, '31722-221', 'High', 'Volkswagen', 'Jetta', 2000, 'Blue', 261525, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (850, '49035-026', 'Low', 'Jaguar', 'XF', 2010, 'Goldenrod', 220807, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (851, '59779-121', 'Medium', 'Volkswagen', 'GTI', 2002, 'Yellow', 254125, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (852, '52125-639', 'High', 'Lexus', 'GS', 2000, 'Fuscia', 249161, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (853, '62011-0076', 'Medium', 'Chevrolet', 'Silverado 2500', 2003, 'Indigo', 248809, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (854, '0245-0178', 'Medium', 'Bentley', 'Continental', 2005, 'Goldenrod', 268116, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (855, '66689-036', 'Medium', 'Volkswagen', 'Eurovan', 1993, 'Red', 262489, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (856, '0363-0248', 'High', 'Buick', 'Regal', 2002, 'Puce', 241111, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (857, '41163-837', 'Low', 'Porsche', '924', 1988, 'Teal', 206366, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (858, '13537-558', 'Medium', 'Ford', 'Econoline E150', 2002, 'Crimson', 252004, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (859, '13537-414', 'Low', 'Eagle', 'Vision', 1993, 'Pink', 261140, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (860, '55154-6996', 'Medium', 'Lincoln', 'Town Car', 2006, 'Khaki', 214796, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (861, '43353-840', 'High', 'Ford', 'Mustang', 1988, 'Purple', 238802, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (862, '43857-0027', 'Medium', 'Land Rover', 'Range Rover', 2007, 'Violet', 284980, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (863, '30142-809', 'Medium', 'Isuzu', 'Rodeo', 1992, 'Indigo', 246716, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (864, '68788-9955', 'High', 'Mitsubishi', 'Mirage', 1986, 'Aquamarine', 264044, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (865, '36987-1360', 'Medium', 'Ford', 'Mustang', 1964, 'Aquamarine', 242457, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (866, '76261-250', 'High', 'Mazda', '323', 1995, 'Orange', 226720, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (867, '11673-318', 'Low', 'Volvo', 'V50', 2010, 'Blue', 256216, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (868, '50436-1330', 'Medium', 'Volvo', 'S80', 1999, 'Green', 251918, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (869, '0095-9090', 'Low', 'Suzuki', 'XL-7', 2004, 'Fuscia', 238750, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (870, '0179-0137', 'High', 'Ford', 'E150', 2003, 'Teal', 269710, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (871, '75909-140', 'Medium', 'Honda', 'del Sol', 1996, 'Yellow', 259839, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (872, '51079-454', 'Low', 'Lincoln', 'MKZ', 2010, 'Turquoise', 257059, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (873, '41250-090', 'Medium', 'Oldsmobile', 'Cutlass Supreme', 1997, 'Indigo', 280488, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (874, '23155-502', 'High', 'Mercedes-Benz', '600SEL', 1992, 'Green', 269967, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (875, '42851-051', 'Low', 'Mercedes-Benz', 'G-Class', 2011, 'Purple', 245071, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (876, '52268-147', 'High', 'Ferrari', '599 GTB Fiorano', 2009, 'Turquoise', 281103, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (877, '49349-077', 'Medium', 'Ford', 'F-Series', 1993, 'Khaki', 239202, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (878, '51079-886', 'Medium', 'MINI', 'Cooper', 2006, 'Orange', 253165, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (879, '68012-258', 'Low', 'GMC', 'Suburban 2500', 1995, 'Mauv', 249759, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (880, '57955-0242', 'Medium', 'Hyundai', 'Elantra', 1996, 'Goldenrod', 238943, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (881, '58118-7169', 'Medium', 'Isuzu', 'Hombre', 1997, 'Fuscia', 248305, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (882, '51660-490', 'Low', 'Peugeot', '207', 2006, 'Orange', 223675, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (883, '0009-3475', 'High', 'Mitsubishi', 'Expo', 1995, 'Green', 261215, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (884, '52019-001', 'High', 'Ford', 'Windstar', 2003, 'Teal', 277186, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (885, '65044-3141', 'Low', 'Cadillac', 'CTS-V', 2009, 'Yellow', 260647, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (886, '50950-001', 'Medium', 'Hyundai', 'Elantra', 2000, 'Violet', 263741, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (887, '51346-158', 'High', 'BMW', '8 Series', 1995, 'Crimson', 234167, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (888, '43857-0038', 'Medium', 'Audi', 'Q7', 2009, 'Maroon', 251193, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (889, '10565-073', 'Low', 'Dodge', 'Grand Caravan', 1999, 'Pink', 280989, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (890, '51367-021', 'High', 'Suzuki', 'Grand Vitara', 2003, 'Turquoise', 277975, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (891, '0091-4085', 'High', 'Dodge', 'Caliber', 2008, 'Khaki', 235426, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (892, '61919-533', 'Low', 'Audi', 'S8', 2008, 'Blue', 226484, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (893, '62856-251', 'Low', 'Mitsubishi', 'Starion', 1984, 'Indigo', 263678, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (894, '0363-0161', 'Low', 'Buick', 'Century', 1988, 'Pink', 249344, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (895, '54575-366', 'High', 'Kia', 'Soul', 2010, 'Maroon', 234236, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (896, '59667-0011', 'Medium', 'Ford', 'Festiva', 1992, 'Turquoise', 239792, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (897, '52389-160', 'Low', 'Lexus', 'LS', 2007, 'Yellow', 230106, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (898, '59667-0093', 'Medium', 'Cadillac', 'Escalade EXT', 2005, 'Khaki', 260354, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (899, '0093-5415', 'Low', 'GMC', 'Vandura G2500', 1995, 'Khaki', 242288, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (900, '36987-1363', 'Low', 'Bentley', 'Azure', 2010, 'Puce', 273081, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (901, '54569-1051', 'Low', 'Infiniti', 'M', 2009, 'Red', 230376, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (902, '10144-604', 'High', 'Cadillac', 'DTS', 2009, 'Maroon', 251198, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (903, '61995-0103', 'Low', 'Maserati', 'GranTurismo', 2009, 'Teal', 268369, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (904, '10742-8233', 'High', 'Mazda', 'MX-5', 1997, 'Violet', 253305, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (905, '68180-756', 'Low', 'Chevrolet', 'Suburban 1500', 1994, 'Mauv', 216282, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (906, '68180-202', 'High', 'Mitsubishi', 'Endeavor', 2005, 'Khaki', 277566, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (907, '68788-0435', 'Medium', 'Audi', 'S5', 2011, 'Puce', 246763, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (908, '75921-208', 'Low', 'Hyundai', 'Tucson', 2005, 'Fuscia', 276178, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (909, '0003-5194', 'High', 'Hyundai', 'HED-5', 2012, 'Violet', 245830, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (910, '48951-8164', 'High', 'Audi', '5000S', 1985, 'Fuscia', 249091, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (911, '13537-371', 'High', 'Aston Martin', 'DBS', 2012, 'Khaki', 271967, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (912, '62011-0157', 'Medium', 'Mitsubishi', 'Lancer', 2011, 'Maroon', 259085, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (913, '49349-650', 'Medium', 'Toyota', 'Celica', 1978, 'Maroon', 225937, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (914, '24338-853', 'High', 'Volkswagen', 'Eos', 2012, 'Pink', 244399, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (915, '0268-1472', 'High', 'Acura', 'NSX', 2005, 'Pink', 245892, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (916, '0143-9982', 'Low', 'Volvo', 'V70', 2007, 'Blue', 226318, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (917, '42549-514', 'Low', 'Chevrolet', '3500', 1993, 'Green', 237095, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (918, '50436-6624', 'High', 'Ford', 'Taurus', 1990, 'Khaki', 214962, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (919, '41163-647', 'High', 'Mazda', '626', 2000, 'Indigo', 241094, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (920, '0135-0098', 'Medium', 'Fiat', '500', 2012, 'Green', 230568, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (921, '36987-1279', 'Low', 'Suzuki', 'Vitara', 1999, 'Maroon', 228445, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (922, '57896-763', 'Medium', 'Saturn', 'S-Series', 1994, 'Goldenrod', 215614, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (923, '68428-137', 'High', 'Nissan', '350Z', 2007, 'Puce', 270070, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (924, '17856-0205', 'Medium', 'Mercury', 'Grand Marquis', 2007, 'Indigo', 236899, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (925, '0378-7003', 'Low', 'Dodge', 'Magnum', 2006, 'Aquamarine', 301585, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (926, '63323-330', 'Low', 'Oldsmobile', 'Achieva', 1992, 'Goldenrod', 253411, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (927, '13537-526', 'Low', 'Mazda', 'MX-5', 2005, 'Purple', 243071, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (928, '36987-2881', 'Low', 'Dodge', 'Caravan', 1998, 'Blue', 222955, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (929, '58232-0032', 'High', 'Suzuki', 'SX4', 2009, 'Goldenrod', 262311, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (930, '68180-590', 'Low', 'Acura', 'SLX', 1997, 'Purple', 216052, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (931, '0641-6014', 'Medium', 'Lamborghini', 'Diablo', 1994, 'Orange', 231951, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (932, '49288-0212', 'Low', 'Nissan', '240SX', 1995, 'Fuscia', 260077, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (933, '0904-5497', 'High', 'Dodge', 'Ram Van 3500', 2002, 'Indigo', 256691, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (934, '63550-158', 'Low', 'Chevrolet', 'Corvette', 1962, 'Fuscia', 236397, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (935, '60505-3145', 'High', 'Ford', 'LTD Crown Victoria', 1985, 'Mauv', 271371, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (936, '55289-773', 'High', 'Lincoln', 'Navigator L', 2012, 'Teal', 247297, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (937, '0009-0068', 'Low', 'GMC', 'Yukon XL 2500', 2002, 'Pink', 248503, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (938, '36987-2378', 'High', 'Mitsubishi', 'Mighty Max', 1994, 'Khaki', 261765, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (939, '52686-324', 'Medium', 'Mazda', 'Tribute', 2002, 'Turquoise', 221338, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (940, '59779-075', 'Medium', 'BMW', '1 Series', 2009, 'Mauv', 272360, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (941, '42291-641', 'Medium', 'BMW', '745', 2004, 'Violet', 234545, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (942, '11822-4591', 'Low', 'Dodge', 'Ram 2500 Club', 1999, 'Crimson', 274612, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (943, '37000-829', 'Medium', 'Studebaker', 'Avanti', 1961, 'Orange', 267084, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (944, '49288-0020', 'Medium', 'Cadillac', 'CTS', 2012, 'Khaki', 254550, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (945, '0517-0746', 'Low', 'GMC', 'Canyon', 2012, 'Blue', 272529, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (946, '63874-230', 'High', 'Mercury', 'Cougar', 1967, 'Indigo', 239706, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (947, '0363-0766', 'Medium', 'Jeep', 'Grand Cherokee', 2005, 'Orange', 248181, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (948, '55301-667', 'Low', 'Chevrolet', 'Malibu', 2011, 'Aquamarine', 263884, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (949, '0075-8004', 'Medium', 'Audi', 'A6', 2012, 'Crimson', 231038, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (950, '0228-3059', 'Low', 'Hyundai', 'Sonata', 2000, 'Red', 227650, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (951, '36987-1714', 'Medium', 'BMW', '6 Series', 2005, 'Blue', 262551, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (952, '53329-207', 'Low', 'Suzuki', 'Equator', 2011, 'Green', 227423, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (953, '63824-192', 'High', 'GMC', 'Savana 2500', 2001, 'Violet', 220112, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (954, '0363-0345', 'Medium', 'Audi', 'A8', 1999, 'Indigo', 238917, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (955, '54868-4801', 'Medium', 'Cadillac', 'DTS', 2008, 'Indigo', 225589, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (956, '68151-4290', 'Medium', 'Hummer', 'H1', 2004, 'Crimson', 271680, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (957, '49999-152', 'Medium', 'Dodge', 'Ram', 2010, 'Blue', 257013, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (958, '52512-501', 'Low', 'Mazda', 'Millenia', 1996, 'Fuscia', 272875, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (959, '47682-578', 'Medium', 'Chevrolet', 'Sportvan G10', 1992, 'Turquoise', 245275, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (960, '11673-246', 'Medium', 'Pontiac', 'Vibe', 2008, 'Aquamarine', 261774, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (961, '67253-660', 'Medium', 'Buick', 'Regal', 1986, 'Yellow', 238893, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (962, '66129-140', 'High', 'Chrysler', 'Town & Country', 2005, 'Teal', 244432, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (963, '0115-1329', 'Medium', 'Porsche', '928', 1995, 'Turquoise', 236263, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (964, '54061-101', 'High', 'Suzuki', 'SX4', 2008, 'Goldenrod', 278840, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (965, '61328-004', 'Medium', 'Volvo', 'C70', 2001, 'Teal', 242012, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (966, '36987-1289', 'High', 'Pontiac', 'Vibe', 2007, 'Orange', 240086, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (967, '0603-5092', 'Low', 'Saab', '900', 1994, 'Mauv', 240375, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (968, '36987-1312', 'Medium', 'Buick', 'Century', 1995, 'Blue', 253955, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (969, '16590-234', 'High', 'Acura', 'TL', 1999, 'Violet', 245990, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (970, '59779-761', 'High', 'BMW', '8 Series', 1993, 'Goldenrod', 258742, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (971, '61010-8600', 'Medium', 'Kia', 'Sportage', 2001, 'Khaki', 239104, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (972, '0093-7370', 'High', 'Chevrolet', 'S10', 1993, 'Violet', 200186, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (973, '0024-0590', 'Medium', 'Ford', 'F250', 2010, 'Khaki', 250395, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (974, '0179-1957', 'Low', 'Chrysler', 'Sebring', 2008, 'Orange', 248077, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (975, '43063-191', 'High', 'Saturn', 'L-Series', 2000, 'Goldenrod', 238569, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (976, '68016-407', 'Medium', 'Maybach', '62', 2010, 'Green', 261967, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (977, '47682-903', 'Low', 'Infiniti', 'QX', 2009, 'Yellow', 256066, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (978, '10348-010', 'Low', 'Chevrolet', 'Astro', 1997, 'Crimson', 276264, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (979, '76457-004', 'Low', 'Ford', 'F250', 2005, 'Red', 282203, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (980, '76161-001', 'High', 'Nissan', 'Xterra', 2011, 'Aquamarine', 221722, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (981, '55111-372', 'Low', 'Mazda', 'RX-7', 1990, 'Puce', 271138, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (982, '42254-146', 'Low', 'Chevrolet', 'Suburban 2500', 1994, 'Violet', 245015, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (983, '59746-317', 'Low', 'Cadillac', 'DeVille', 2005, 'Khaki', 269615, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (984, '59262-348', 'Low', 'Lexus', 'ES', 2005, 'Indigo', 252757, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (985, '36987-2460', 'Low', 'Dodge', 'Dakota', 1993, 'Pink', 252539, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (986, '61995-2393', 'Medium', 'Nissan', 'Altima', 2003, 'Aquamarine', 245005, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (987, '68196-604', 'Low', 'Pontiac', 'Fiero', 1987, 'Red', 274131, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (988, '64896-692', 'High', 'Chevrolet', 'Camaro', 2011, 'Indigo', 293102, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (989, '51621-034', 'High', 'Nissan', 'Frontier', 2006, 'Yellow', 235866, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (990, '43353-035', 'Low', 'Ford', 'E-Series', 1988, 'Crimson', 234191, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (991, '47682-220', 'High', 'Volkswagen', 'CC', 2010, 'Violet', 235832, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (992, '68788-8999', 'High', 'Kia', 'Forte', 2011, 'Teal', 260191, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (993, '63672-0015', 'High', 'Toyota', 'Camry', 1995, 'Purple', 238723, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (994, '68084-013', 'Medium', 'Toyota', 'MR2', 1993, 'Puce', 256184, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (995, '44237-100', 'High', 'Porsche', '911', 2003, 'Maroon', 236594, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (996, '47335-231', 'Medium', 'Oldsmobile', 'Silhouette', 1994, 'Orange', 248643, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (997, '43419-029', 'Low', 'Dodge', 'Ram Van 1500', 2001, 'Yellow', 224675, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (998, '10812-386', 'Medium', 'Ford', 'Focus ST', 2013, 'Green', 211233, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (999, '0591-0517', 'High', 'Subaru', 'Forester', 2008, 'Crimson', 258381, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00'); insert into product (id, code, category, make, model, year, color, price, currency, create_date, update_date) values (1000, '64117-292', 'Low', 'Dodge', 'Viper', 2009, 'Mauv', 264182, 'USD', '2017-12-31 00:00:00', '2017-12-31 00:00:00');