Files
Jailer/docs/scott.sql.2.html
T
rwisser 98b16fcc99 moved doc/web to docs
git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@1098 3dd849cd-670e-4645-a7cd-dd197c8d0e81
2016-10-25 07:40:00 +00:00

74 lines
2.7 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Jailer - Scott.sql</title>
</head>
<body>
<table style="background-color: rgb(51, 102, 255); text-align: left;"
border="0" cellpadding="2" cellspacing="0">
<tbody>
<tr>
<td
style="height: 24px; background-color: rgb(202, 225, 235); vertical-align: top;"><big><span
style="font-family: monospace;"><span style="font-weight: bold;"><span
style="font-family: monospace;">scott.sql </span></span></span><span
style="font-family: monospace;"></span></big><br>
</td>
</tr>
</tbody>
</table>
<table style="width: 100%; text-align: left;" border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<td colspan="2" rowspan="1"
style="background-color: rgb(202, 225, 235); vertical-align: top;"><span
style="font-family: monospace;">-- generated by Jailer at Tue Jun 05
10:50:03 CEST 2007 from wisser@u19<br>
--<br>
-- extraction model:&nbsp; EMPLOYEE where NAME='SCOTT'
(extractionmodel/scott-without-subordinates.csv)<br>
-- database URL:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
jdbc:db2://localhost:50001/wisser<br>
-- database user:&nbsp;&nbsp;&nbsp;&nbsp; scott<br>
-- exported entities: 9<br>
--&nbsp;&nbsp;&nbsp;&nbsp;
DEPARTMENT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2<br>
--&nbsp;&nbsp;&nbsp;&nbsp;
EMPLOYEE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4<br>
--&nbsp;&nbsp;&nbsp;&nbsp;
SALARYGRADE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3<br>
<br>
<br>
<br>
Insert into DEPARTMENT(DEPTNO, NAME, LOCATION) values (20, 'RESEARCH',
'DALLAS'), (10, 'ACCOUNTING', 'NEW YORK');<br>
Insert into SALARYGRADE(GRADE, LOSAL, HISAL) values (1, 700, 1200), (4,
2001, 3000), (5, 3001, 9999);<br>
Insert into EMPLOYEE(EMPNO, NAME, JOB, BOSS, HIREDATE, SALARY, COMM,
DEPTNO) values (7839, 'KING', 'PRESIDENT', null, '1981-11-17', 5000.00,
null, 10);<br>
Insert into EMPLOYEE(EMPNO, NAME, JOB, BOSS, HIREDATE, SALARY, COMM,
DEPTNO) values (7566, 'JONES', 'MANAGER', 7839, '1981-04-02', 2975.00,
null, 20);<br>
Insert into EMPLOYEE(EMPNO, NAME, JOB, BOSS, HIREDATE, SALARY, COMM,
DEPTNO) values (7788, 'SCOTT', 'ANALYST', 7566, '1982-12-09', 3000.00,
null, 20);<br>
Insert into EMPLOYEE(EMPNO, NAME, JOB, BOSS, HIREDATE, SALARY, COMM,
DEPTNO) values (7876, 'ADAMS', 'CLERK', 7788, '1983-01-12', 1100.00,
null, 20);<br>
scott.sql (END)<br>
</span></td>
</tr>
</tbody>
</table>
<br>
<br>
</body>
</html>