Advertisement
Guest User

Untitled

a guest
Mar 8th, 2018
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Division:
  2.  
  3. id | name | subdivision_of
  4. ----+-------------------------+----------------
  5. 1 | Public Relations Bureau |
  6. 2 | Division A | 1
  7. 3 | Division B | 1
  8. 4 | SubDivision 2 of A | 2
  9. 5 | SubDivision 2 of B | 3
  10.  
  11. Employee:
  12.  
  13. id | name
  14. ----+--------
  15. 1 | Irwin
  16. 2 | Ernest
  17.  
  18. Position:
  19.  
  20. id | name
  21. ----+-------
  22. 1 | Head
  23. 2 | Staff
  24.  
  25. Role:
  26.  
  27. employee_id | division_id | position_id
  28. -------------+-------------+-------------
  29. 1 | 5 | 2
  30. 2 | 4 | 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement