Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. insert into students
  2. values('david@gmail.com','8686631007','m','David link','s1000','trincity');
  3. insert into students
  4. values('johnscott@gmail.com','8686656780','m','john scott','S1010','arouca');
  5. insert into students
  6. values('ben@gmail.com','8686254567','m','ben blair','s1212','arima');
  7. insert into students
  8. values('simon@gmail.com','8686652789','m','simon lee','s1518','arima');
  9. insert into students
  10. values('johnny@gmail.com','8686248900','m','johnny major','s1650','tunapuna');
  11. insert into students
  12. values('bridget@hotmail.com','8686257456','f','bridget jane','s1890','cuerepe');
  13. insert into students
  14. values('huegrant@gmail.com','8686259878','m','hue grant','s2000','tumpuna');
  15. insert into students
  16. values('Georges@hotmail.com','8686652345','m','george sand','s2678','maraval');
  17. insert into students
  18. values('maryadams@gmail.com','8686232879','f','mary Adams','s2999','trincity');
  19. insert into students
  20. values('shinice@gmail.com','8687852221','f','shinice cudjoe','s2998','maraval');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement