Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Tmember_No
  2. Employee_ID
  3. Booking_ID
  4. Hours
  5.  
  6. SupervisorID
  7. Employee_ID
  8. Booking_ID
  9. Hours
  10.  
  11. TempRoleID (PK)
  12. StaffID (FK)
  13. HoursAssigned
  14. Role (as there's two types of roles a temporary staff member may have)
  15. PayRate
  16.  
  17. PermanentID (PK)
  18. StaffID (Fk)
  19. Salary
  20.  
  21. EmployeeType (PK)
  22. EmployeeID*
  23. TempRoleID*
  24. PermanentID*
  25.  
  26. EmployeeID (PK)
  27. First Name
  28. Last Name
  29. NI number
  30. Employee Type *
  31. Phone
  32. Address
  33. Email
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement