0% found this document useful (0 votes)
259 views

Migration Script

This document contains employee data organized into three tables: departments which lists department IDs and names, employees which lists last name, first name, hire date and salary, and jobs which lists job IDs, titles, minimum and maximum possible salaries.
Copyright
© © All Rights Reserved
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
259 views

Migration Script

This document contains employee data organized into three tables: departments which lists department IDs and names, employees which lists last name, first name, hire date and salary, and jobs which lists job IDs, titles, minimum and maximum possible salaries.
Copyright
© © All Rights Reserved
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 3

Department Id Department Name

F DEPARTMENT_ID DEPARTMENT_NAME E
Last Name First Name Hire Date Salary
F LAST_NAME FIRST_NAME 1/1/2010 SALARY E
Job Id Job Title Min Salary Max Salary
F JOB_ID JOB_TITLE MIN_SALARY MAX_SALARY E

You might also like