Advertisement
Guest User

Untitled

a guest
Apr 11th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. INSERT INTO customers (first_name, last_name, phone_number, email, payment_type, city, province) VALUES
  2. ("Kevin", "McGee", "679-919-4520", "kmcgee123@gmail.com", "Visa", "Barrie", "ON"),
  3. ("Stephen", "Hilrock", "719-719-7197", "shilrock0@hotmail.com", "Cash", "Toronto", "ON"),
  4. ("Susan", "Franklin", "300-580-2112", "susfrank@gmail.com", "MC", "Huntsville", "ON"),
  5. ("Dave", "Matthews", "102-130-1932", "dmband@bandcamp.com", "Cash", "Beaverton", "ON"),
  6. ("Brett", "Guerin", "333-222-4123", "bigboybrett69@ph.com", "Visa", "Wasaga Beach", "ON"),
  7. ("Meghan", "Goodes", "523-312-4234", "madmeg22@hotmail.com", "Cash", "Toronto", "ON"),
  8. ("Drew", "Pinsky", "312-432-5436", "drdrew@gmail.com", "MC", "Toronto", "ON"),
  9. ("Adam", "Corolla", "223-123-2132", "funnyguy11@comedy.com", "MC", "Pickering", "ON"),
  10. ("Will", "McCarkeys", "452-423-5346", "guitar123@banned.com", "Visa", "Barrie", "ON"),
  11. ("Boss", "Rogelowe", "321-423-5345", "bigdaddyross@gc.ca", "Cash", "Barrie", "ON"),
  12. ("Jessica", "Gilfillan", "341-234-1234", "jessg@gmail.com", "MC", "Barrie", "ON"),
  13. ("Amanda", "Rocksand", "333-412-3425", "amaderp@facebook.com", "Cash", "Innisfil", "ON");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement