Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.92 KB | None | 0 0
  1. INSERT INTO demohires(firstName, lastName, role, startDate, practice, recruitmentInitials, roleStatus)
  2. VALUES('Kevin', 'Hall', 'Associate Consultant', CURDATE(), 'MSP', 'AG', 'Filled'),
  3. ('Amy', 'Byrne', 'Associate Consultant', CURDATE(), 'ERP', 'BM', 'Vacant'),
  4. ('Paul', 'Short', 'Associate Consultant', CURDATE(), 'ERP', 'AG', 'Filled'),
  5. ('John', 'Smith', 'Associate Consultant', CURDATE(), 'MSP', 'RA', 'Vacant'),
  6. ('Paul', 'Talyor', 'Associate Consultant', CURDATE(), 'MSP', 'SW', 'Filled'),
  7. ('John', 'Talyor', 'Associate Consultant', CURDATE(), 'ERP', 'AG', 'Vacant'),
  8. ('Tony', 'Smith', 'Associate Consultant', CURDATE(), 'MSP', 'SW', 'Filled'),
  9. ('Dean', 'Byrne', 'Associate Consultant', CURDATE(), 'BAS', 'SW', 'Filled'),
  10. ('Dean', 'Jones', 'Associate Consultant', CURDATE(), 'MSP', 'AG', 'Filled'),
  11. ('Amy', 'Byrne', 'Associate Consultant', CURDATE(), 'BAS', 'RA', 'Vacant'),
  12. ('Tony', 'Smith', 'Associate Consultant', CURDATE(), 'Cloud', 'BM', 'Filled'),
  13. ('Sarah', 'Harris', 'Associate Consultant', CURDATE(), 'BAS', 'AG', 'Filled'),
  14. ('Mark', 'Byrne', 'Associate Consultant', CURDATE(), 'License Management', 'AG', 'Vacant'),
  15. ('Tom', 'Harris', 'Associate Consultant', CURDATE(), 'MSP', 'RA', 'Filled'),
  16. ('Harry', 'Smith', 'Associate Consultant', CURDATE(), 'ERP', 'AG', 'Vacant'),
  17. ('Frank', 'Byrne', 'Associate Consultant', CURDATE(), 'Business Intelligence', 'AG', 'Filled'),
  18. ('Paul', 'Harris', 'Associate Consultant', CURDATE(), 'MSP', 'SW', 'Filled'),
  19. ('Simon', 'Smith', 'Associate Consultant', CURDATE(), 'MSP', 'AG', 'Filled'),
  20. ('Mary', 'Byrne', 'Associate Consultant', CURDATE(), 'Business Intelligence', 'AG', 'Vacant'),
  21. ('Damien', 'Jones', 'Associate Consultant', CURDATE(), 'MSP', 'SW', 'Filled'),
  22. ('Mark', 'Davidson', 'Associate Consultant', CURDATE(), 'ERP', 'AG', 'Filled'),
  23. ('Damien', 'Davidson', 'Associate Consultant', CURDATE(), 'BAS', 'BM', 'Vacant'),
  24. ('Mark', 'Jones', 'Associate Consultant', CURDATE(), 'MSP', 'BM', 'Filled');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement