Properties

Name: DEPARTMENT 
Schema: USER 
Status: NORMAL 
Create time: 16.06.2006 
Tablespace: USERSPACE1 
Index tablespace:  
Long tablespace:  
Base table schema:  
Base table:  
Rowtype schema:  
Rowtype name:  
Description:  

Columns

Name Type Length Scale Codepage Identity Nulls Default Description
  DEPTNO  CHARACTER  1251         
  DEPTNAME  VARCHAR  29  1251         
  MGRNO  CHARACTER  1251         
  ADMRDEPT  CHARACTER  1251         
  LOCATION  CHARACTER  16  1251         
Total: 5 column(s)

Dependent objects

Name
  USER.VDEPT 
  USER.VHDEPT 
Total: 2 dependent object(s)

Autherisations

Grantor Grantee Authorities
  SYSIBM  USER  CONTROL=HELD, ALTER=HELD_GRANTABLE, DELETE=HELD_GRANTABLE, INDEX=HELD_GRANTABLE, INSERT=HELD_GRANTABLE, SELECT=HELD_GRANTABLE, REFERENCE=HELD_GRANTABLE, UPDATE=HELD_GRANTABLE 
Total: 1 autherisation(s)

SQL

CREATE TABLE "USER    "."DEPARTMENT"  (
          "DEPTNO" CHAR(3) NOT NULL ,
          "DEPTNAME" VARCHAR(29) NOT NULL ,
          "MGRNO" CHAR(6) ,
          "ADMRDEPT" CHAR(3) NOT NULL ,
          "LOCATION" CHAR(16) )  
         IN "USERSPACE1" ;

See Also

List of tables