1INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Krystyna McIntee', 'Feedfish', null, '414 Merrick Junction', 'Boston', 51, FALSE);2INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Garrott Meriton', 'Abatz', 'gmeriton1@godaddy.com', '0 Prentice Lane', 'Cambridge', 98, FALSE);3INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Had Nials', 'Photolist', 'hnials2@surveymonkey.com', null, 'Somerville', 68, TRUE);4INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Haze Toppes', 'Shufflebeat', 'htoppes3@webs.com', '03258 Buhler Circle', 'Cornwall', 87, FALSE);5INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Hyacintha Bold', 'Voonix', null, '0127 Vernon Street', 'Port Glaud', 26, TRUE);6INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Archibald Streeting', 'Linkbuzz', 'astreeting5@canalblog.com', '127 Butterfield Place', 'Oemollo', 64, FALSE);7INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Balduin Loade', 'Agimba', null, '497 Lukken Point', 'Fenway', 73, TRUE);8INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Uta Othen', 'Feedfish', 'uothen7@umich.edu', null, 'Reading', 62, TRUE);9INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Darcie Flahy', null, 'dflahy8@tinypic.com', '1772 8th Way', null, 29, TRUE);10INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Steffane Fallon', 'Buzzshare', 'sfallon9@economist.com', '99 Brickson Park Junction', null, 54, FALSE);11INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Cos Vlasenko', 'Skidoo', 'cvlasenkoa@apple.com', '7294 Pepper Wood Parkway', 'Cambridge', 57, TRUE);12INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Ogdan Feares', 'Feedfish', 'ofearesb@ow.ly', '449 Utah Park', 'Boston', 41, TRUE);13INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Kaycee Wolstencroft', 'Jaxnation', 'kwolstencroftc@senate.gov', '66 Village Green Pass', 'Seia', 68, TRUE);14INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Solly Frogley', 'Viva', 'sfrogleyd@cdc.gov', '2793 Little Fleur Hill', 'Mayapusi', 62, FALSE);15INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Sansone Nattriss', 'Kaymbo', null, '77053 Starling Park', 'Banfora', 30, TRUE);16INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Clementina Ferrillo', 'Zoomdog', 'cferrillof@t-online.de', null, 'Boston', 65, FALSE);17INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Brett O''Farrell', 'Agivu', null, '04 Norway Maple Street', null, 31, FALSE);18INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Rod Daviddi', 'Ozu', 'rdaviddih@istockphoto.com', '04 Bowman Drive', null, 54, TRUE);19INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Kippar Dudbridge', null, 'kdudbridgei@wunderground.com', '1 Summit Drive', 'Lexington', 88, FALSE);20INSERT INTO Customers (Name, Affiliate_Company, Email, Address, City, Age, Loyalty_Plan) VALUES ('Ardelis Pershouse', 'Kimia', 'apershousej@opensource.org', '49787 Amoth Court', 'Somerville', 61, FALSE);
This sample customer data is for illustrative purposes only. It was randomly generated using Mockaroo, with some manual adjustments.