Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
708
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. Customer Table inserts Statements
  2.  
  3. insert into Customer (LastName, FirstName, Address, Phone, Email) value('Carter', 'Steven', '235 Shanendoa Drive Lafayette IN 47905', '765-366-7485', 'Scarter235@netscape.net');
  4.  
  5. insert into Customer (LastName, FirstName, Address, Phone, Email) value('Johnson', 'keven', '4777 First Street Kansas City Kansas 67473', '848-938-7241', 'Babyboy3@aol.com');
  6.  
  7. insert into Customer (LastName, FirstName, Address, Phone, Email) value('McKinny', 'Jennifer', '4839 Back Ave Jermin PA 18736', '894-923-9891', 'Jen238@hotmail.com');
  8.  
  9. insert into Customer (LastName, FirstName, Address, Phone, Email) value('Smith', 'Zachary', '148 Cramer Street Seattle WA 93876', '498-473-0384', 'zachman@hotmail.com');
  10.  
  11. insert into Customer (LastName, FirstName, Address, Phone, Email) value('Underwood', 'Mary', '12888 Main Street Brooklyn NY 08648', '477-958-3488', 'marywood@aol.com');
  12.  
  13. insert into Customer (LastName, FirstName, Address, Phone, Email) value('Lambuth', 'Kim', '687 Logan Court Miami FL 38848', '680-446-6713', 'lambgirl@aol.com');
  14.  
  15. insert into Customer (LastName, FirstName, Address, Phone, Email) value('Alison', 'Robbert', '15 Cherrycreek Rd Newport RI 48372', '247-686-3929', 'lambgirl@aol.com');
  16.  
  17. insert into Customer (LastName, FirstName, Address, Phone, Email) value('Martin', 'Judy', '4i34 RR 382 Jupitor OK 43939', '972-345-3789', 'JMartin@MSN.com');
  18.  
  19. insert into Customer (LastName, FirstName, Address, Phone, Email) value('Thomas', 'Sally', '3132 James Street Marion MD 42984', '342-246-7403', 'Catsitter10@aol.com');
  20.  
  21. insert into Customer (LastName, FirstName, Address, Phone, Email) value('Bartin', 'Berry', '576 Blackhawk Place Jeffersonville IW 39238', '746-192-5367', 'Baker@netscape.net');
  22.  
  23. insert into Customer (LastName, FirstName, Address, Phone, Email) value('Krammer', 'John', '332 Front Street Hangoverville GA 48573', '883-943-9846', 'Baker@netscape.net');
  24.  
  25. insert into Customer (LastName, FirstName, Address, Phone, Email) value('William', 'Russell', '602 Feet Street Smelltown KS 83746', '343-804-8746', 'Badboy@hotmail.com');
  26.  
  27. insert into Customer (LastName, FirstName, Address, Phone, Email) value('Edwards', 'Carrie', '7832 Blackman Street Dallas TX 56473', '827-580-7421', 'downtowner@hotmail.com');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement