Tables Previous topic Chapter index Next topic

PROCESOS_OLD

 

Description

(There is no description for table PROCESOS_OLD)

 

Fields

PK

FK

Field

Domain

Type

NN

Default

Description

 

CODIGO

 

CHAR(10)

 

 

 

Triggers

(There are no triggers for table PROCESOS_OLD)

 

Indices

Index

Fields

Active

Unique

Order

PK_PROCESOS_OLD_1

CODIGO

ASC

 

References

(There are no references for table PROCESOS_OLD)

 

Referenced By

(There are no tables referenced by table PROCESOS_OLD)

 

Definition

CREATE TABLE PROCESOS_OLD (
    CODIGO  CHAR(10) NOT NULL
);


ALTER TABLE PROCESOS_OLD ADD CONSTRAINT PK_PROCESOS_OLD_1 PRIMARY KEY (CODIGO);

 

     Previous topic Chapter index Next topic