Advertisement
rootUser

insert.txt

Feb 8th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. -------------+-------------+-------------+--------------------+------------+------------+----------+-----------
  2. | EMPLOYEE_ID | FIRST_NAME | LAST_NAME | HIRE_DATE | JOB_ID | SALARY |MANAGER_ID | DEPARTMENT_ID |
  3. +-------------+-------------+-------------+--------------------+------------+------------+----------+-------------
  4. | 100 | Steven | King | 2003-06-17 | AD_PRES | 24000.00 | 0 | 90 |
  5. | 101 | Neena | Kochhar | 2005-09-21 | AD_VP | 17000.00 | 100 | 90 |
  6. | 102 | Lex | De Haan | 2001-01-13 | AD_VP | 17000.00 | 100 | 90 |
  7. | 103 | Alexander | Hunold | 2006-01-03 | IT_PROG | 9000.00 | 102 | 60 |
  8. | 104 | Bruce | Ernst | 2007-05-21 | IT_PROG | 6000.00 | 103 | 60 |
  9. | 105 | David | Austin | 2005-06-25 | IT_PROG | 4800.00 | 103 | 60 |
  10. | 106 | Valli | Pataballa | 2006-02-05 | IT_PROG | 4800.00 | 103 | 60 |
  11. | 107 | Diana | Lorentz | 2007-02-07 | IT_PROG | 4200.00 | 103 | 60 |
  12. | 108 | Nancy | Greenberg | 2002-08-17 | FI_MGR | 12008.00 | 101 | 100 |
  13. | 109 | Daniel | Faviet | 2002-08-16 | FI_ACCOUNT | 9000.00 | 108 | 100 |
  14. | 110 | John | Chen | 2005-09-28 | FI_ACCOUNT | 8200.00 | 108 | 100 |
  15. | 111 | Ismael | Sciarra | 2005-09-30 | FI_ACCOUNT | 7700.00 | 108 | 100 |
  16. | 112 | Jose Manuel | Urman | 2006-03-07 | FI_ACCOUNT | 7800.00 | 108 | 100 |
  17.  
  18. ---------------+----------------------+------------+-------------+
  19. | DEPARTMENT_ID | DEPARTMENT_NAME | MANAGER_ID | LOCATION_ID |
  20. +---------------+----------------------+------------+-------------+
  21. | 10 | Administration | 200 | 1700 |
  22. | 20 | Marketing | 201 | 1800 |
  23. | 30 | Purchasing | 114 | 1700 |
  24. | 40 | Human Resources | 203 | 2400 |
  25. | 50 | Shipping | 121 | 1500 |
  26. | 60 | IT | 103 | 1400 |
  27. | 70 | Public Relations | 204 | 2700 |
  28. | 80 | Sales | 145 | 2500 |
  29. | 90 | Executive | 100 | 1700 |
  30. | 100 | Finance | 108 | 1700 |
  31. | 110 | Accounting | 205 | 1700 |
  32. | 120 | Treasury | 0 | 1700 |
  33. | 130 | Corporate Tax | 0 | 1700 |
  34. | 140 | Control And Credit | 0 | 1700 |
  35. | 150 | Shareholder Services | 0 | 1700 |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement