Table creation: Difference between revisions

No edit summary
Line 735:
INSERT INTO emp VALUES (7934, 'MILLER', 'CLERK', 7782, '1982-01-23', 1300, NULL, 10);
</lang>
Output:
<pre>
db2 => CREATE TABLE dept (
Anonymous user