Create a table with the following specifications:
In this example, TED is not the default authorization ID. It is therefore necessary to specify the authorization ID.
EXEC SQL
CREATE TABLE TED.DEPTTBL
(DEPTNO CHAR(2) NOT NULL UNIQUE,
DEPTNAME CHAR(24),
MGRNBR CHAR(6),
ADMDEPT CHAR(2))
END-EXEC
|
Copyright © 2014 CA.
All rights reserved.
|
|