Properties

Name: SALES 
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
  SALES_DATE  DATE         
  SALES_PERSON  VARCHAR  15  1251         
  REGION  VARCHAR  15  1251         
  SALES  INTEGER         
Total: 4 column(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    "."SALES"  (
          "SALES_DATE" DATE ,
          "SALES_PERSON" VARCHAR(15) ,
          "REGION" VARCHAR(15) ,
          "SALES" INTEGER )  
         DATA CAPTURE CHANGES  
         IN "USERSPACE1" ;

See Also

List of tables