Guest User

Untitled

a guest
Apr 18th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. Insert into Owner(O_ID, O_First, O_Last, O_Line, O_City, O_State, O_Zip,
  2. O_Phone, O_Email)
  3.  
  4. VALUES
  5.  
  6. (1102, "Chris", "Leaves", "141-17 Union Turnpike Apt 3P","Flushing", "NY",
  7. "11367", "7182105108","chris2@gmail.com"),
  8.  
  9. (1433, "Steve", "Jobs", "88-12 Main Street","Flushing", "NY", "11367",
  10. "7189998476", "steve12@gmail.com"),
  11.  
  12. (2443, "Chris", "Melvin", "151-17 Jewel Avenue","Flushing", "NY", "11367",
  13. "7189971034","chris41@yahoo.com"),
  14.  
  15. (2425, "John", "Fellow", "131-14 Bell Blvd","Bayside", "NY", "11361",
  16. "7184413254","john32@yahoo.com"),
  17.  
  18. (2645, "Fish", "Mini", "171-14 169 Street", "Fresh Meadows", "NY", "11366",
  19. "7184435489","fish4ever@yahoo.com"),
  20.  
  21. (3514, "Aaron", "Hernadez", "51-14 Hollis Avenue","Hollis", "NY", "11423",
  22. "7185617865", "aaron81@gmail.com"),
  23.  
  24. (3621, "Gang", "Taylor", "230-11 Hillside Avenue","Queens Village", "NY",
  25. "11427", "7187764728", "Wiztaylor@gmail.com"),
  26.  
  27. (4214, "Brock", "Obama", "260-04 Hillside Avenue", "Bellerose", "NY",
  28. "11004", "7183432536", "brockobama@gmail.com"),
  29.  
  30. (4314, "Astro", "Miller", "58-45 251st Street", "Little Neck", "NY",
  31. "11362", "7182156709", "astro214@yahoo.com"),
  32.  
  33. (4423, "Bin", "Bulu", "58-50 251st Street","Little Neck", "NY", "11362",
  34. "7185437832", "binbulu@gmail.com"),
  35.  
  36. (4928, "Alvin", "Chimp", "15 Garden Street", "Great Neck", "NY", "11021",
  37. "5168297189", "ChimpA21@gmail.com"),
  38.  
  39. (7841, "Allen", "Clover", "105 Station Road", "Great Neck", "NY", "11023",
  40. "5168298965", "allenC3242@yahoo.com"),
  41.  
  42. (4547, "Aiden", "Wyness", "28 Berkley Street", "Valley Stream", "NY",
  43. "11581", "5168258952", "aiden32421@gmail.com"),
  44.  
  45. (7849, "Derek", "Williams", "56 Hoffman Street", "Valley Stream", "NY",
  46. "11580", "5167918912", "DWill23@yahoo.com"),
  47.  
  48. (1892, "Antonio", "Burito", "3522 101st Street","Corona", "NY", "11368",
  49. "7182715567", "antonio212112@gamil.com"),
  50.  
  51. (5627, "Bob", "Iverson", "10912 34th Ave","Corona", "NY", "11368",
  52. "7185928911","Bobiverson23@gmail.com"),
  53.  
  54. (7829, "Phil", "Chang", "387 Andrews Rd","Mineola","NY","11501",
  55. "5168331106", "phillchang9@gmail.com"),
  56.  
  57. (8526, "Jacky", "Chu", "313 Columbus Pkwy", "Mineola", "NY", "11501",
  58. "5162487912", "jackychu54@gmail.com"),
  59.  
  60. (1720, "Kiba", "Wolf", "122 Beech St","Floral Park", "NY", "11001",
  61. "5163305792", "kibawolf4@gmail.com"),
  62.  
  63. (1920, "Kakashi", "Hatake", "40 Beechhurst Ave","Floral Park", "NY", "11001",
  64. "5168309910", "HatakeKaskashi@gmail.com");
Add Comment
Please, Sign In to add comment