Files
Jailer/docs/scott-1.xml
2021-12-24 16:37:06 +01:00

115 lines
3.0 KiB
XML

<?xml version="1.0" encoding="ISO-8859-15"?>
<!--
generated by Jailer
extraction model: EMPLOYEE where T.NAME='SCOTT' (extractionmodel/scott.csv)
database URL: jdbc:db2://localhost/wisser
database user: scott
Exported Entities: 13
DEPARTMENT 2
EMPLOYEE 3
PROJECT 2
PROJECT_PARTICIPATION 2
ROLE 2
SALARYGRADE 2
-->
<entities>
<employee>
<!--columns of EMPLOYEE as T-->
<empno>7788</empno>
<name>SCOTT</name>
<job>ANALYST</job>
<boss>7566</boss>
<hiredate>1982-12-09</hiredate>
<salary>3000.00</salary>
<comm/>
<deptno>20</deptno>
</employee>
<employee>
<!--columns of EMPLOYEE as T-->
<empno>7566</empno>
<name>JONES</name>
<job>MANAGER</job>
<boss>7839</boss>
<hiredate>1981-04-02</hiredate>
<salary>2975.00</salary>
<comm/>
<deptno>20</deptno>
</employee>
<employee>
<!--columns of EMPLOYEE as T-->
<empno>7839</empno>
<name>KING</name>
<job>PRESIDENT</job>
<boss/>
<hiredate>1981-11-17</hiredate>
<salary>5000.00</salary>
<comm/>
<deptno>10</deptno>
</employee>
<department>
<!--columns of DEPARTMENT as T-->
<deptno>20</deptno>
<name>RESEARCH</name>
<location>DALLAS</location>
</department>
<department>
<!--columns of DEPARTMENT as T-->
<deptno>10</deptno>
<name>ACCOUNTING</name>
<location>NEW YORK</location>
</department>
<project>
<!--columns of PROJECT as T-->
<projectno>1001</projectno>
<description>Development of Novel Magnetic Suspension System</description>
<start_date>2006-01-01</start_date>
<end_date>2007-08-13</end_date>
</project>
<project>
<!--columns of PROJECT as T-->
<projectno>1003</projectno>
<description>Foundation of Quantum Technology</description>
<start_date>2007-02-24</start_date>
<end_date>2008-07-31</end_date>
</project>
<project_participation>
<!--columns of PROJECT_PARTICIPATION as T-->
<projectno>1001</projectno>
<empno>7788</empno>
<start_date>2006-05-15</start_date>
<end_date>2006-11-01</end_date>
<role_id>100</role_id>
</project_participation>
<project_participation>
<!--columns of PROJECT_PARTICIPATION as T-->
<projectno>1003</projectno>
<empno>7566</empno>
<start_date>2007-02-24</start_date>
<end_date>2008-07-31</end_date>
<role_id>102</role_id>
</project_participation>
<role>
<!--columns of ROLE as T-->
<role_id>100</role_id>
<description>Developer</description>
</role>
<role>
<!--columns of ROLE as T-->
<role_id>102</role_id>
<description>Project manager</description>
</role>
<salarygrade>
<!--columns of SALARYGRADE as T-->
<grade>4</grade>
<losal>2001</losal>
<hisal>3000</hisal>
</salarygrade>
<salarygrade>
<!--columns of SALARYGRADE as T-->
<grade>5</grade>
<losal>3001</losal>
<hisal>9999</hisal>
</salarygrade>
</entities>