Properties

Name: PK_ACT 
Schema: USER 
Table schema: USER 
Table: ACT 
Unique rule: PRIMARY 
Type: REGULAR 
Create time: 27.06.2006 
Tablespace: USERSPACE1 
Description:  

Columns

Colname Order
  ACTNO  ASCENDING 
Total: 1 column(s)

Autherisations

Grantor Grantee Authorities
  SYSIBM  USER  CONTROL=HELD 
Total: 1 autherisation(s)

SQL

ALTER TABLE "USER    "."ACT"
    ADD CONSTRAINT "PK_ACT" PRIMARY KEY
        ("ACTNO");

See Also

List of indexes