Advertisement
Guest User

yyyy

a guest
Jun 13th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 4.7.7
  3. -- https://www.phpmyadmin.net/
  4. --
  5. -- Host: localhost
  6. -- Generation Time: Jun 13, 2018 at 02:29 PM
  7. -- Server version: 5.6.38
  8. -- PHP Version: 7.2.1
  9.  
  10. SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
  11. SET time_zone = "+00:00";
  12.  
  13. --
  14. -- Database: `eil`
  15. --
  16.  
  17. --
  18. -- Dumping data for table `jobs`
  19. --
  20.  
  21. INSERT INTO `jobs` (`id`, `jobName`, `description`, `sex`, `jobImage`) VALUES
  22. (1, 'House Maids', 'Minimum is some English and being able to do various house chores effectively.', 'female', 'img/jobsimages/maids.jpg'),
  23. (3, 'Care-Givers', 'Minimum is some English and being able to take care of elderly and children', ' female', 'img/jobsimages/caregiver.jpg'),
  24. (4, 'Nanny', 'Minimum is some English and being able to take care of elderly and children', ' female', 'img/jobsimages/nanny.jpg'),
  25. (5, 'Drivers', 'This job offers the best working conditions and a good salary.', 'male female', 'img/jobsimages/driver 2.jpg'),
  26. (6, 'Painters', 'Painting jobs are available, painting buildings, colour mixing, paint scrubbing and paint washing', 'male ', 'img/jobsimages/painter.jpg'),
  27. (7, 'Teachers', 'Minimum qualification required is diploma in Education and minimum of 1 year of teaching experience', 'male female', 'img/jobsimages/teacher.jpg'),
  28. (8, 'Nurses', 'Minimum qualifcation is a diploma in nursing and midwife', 'female', 'img/jobsimages/nurse.jpg'),
  29. (9, 'Plumbers', 'Minimum plumbing experience required is 1 year', 'male female', 'img/jobsimages/plumber.jpg'),
  30. (10, 'Security Guard', 'A minimum of 6 months security training is required.', 'male female', 'img/jobsimages/security 2.jpg'),
  31. (11, 'Waiters and Waitresses', 'Hotel and restaurant training a requirement and a minimum of 1 year in food service', 'male female', 'img/jobsimages/waitress.jpg'),
  32. (12, 'Electricians', 'A minimum requirement is a diploma in Electrical Engineering and a minimum of 6 months experience.', 'male female', 'img/jobsimages/electrician.jpg'),
  33. (13, 'Sales People', 'Sales experience of at least 6 months', 'male female', 'img/jobsimages/sales.jpg');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement