Tables Previous topic Chapter index Next topic

REPORTES_OLD

 

Description

(There is no description for table REPORTES_OLD)

 

Fields

PK

FK

Field

Domain

Type

NN

Default

Description

 

CODIGO

 

CHAR(10)

 

 

 

Triggers

(There are no triggers for table REPORTES_OLD)

 

Indices

Index

Fields

Active

Unique

Order

PK_REPORTES_OLD_1

CODIGO

ASC

 

References

(There are no references for table REPORTES_OLD)

 

Referenced By

(There are no tables referenced by table REPORTES_OLD)

 

Definition

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


ALTER TABLE REPORTES_OLD ADD CONSTRAINT PK_REPORTES_OLD_1 PRIMARY KEY (CODIGO);

 

     Previous topic Chapter index Next topic