Tables Previous topic Chapter index Next topic

LISTA_ESTADOS

 

Description

(There is no description for table LISTA_ESTADOS)

 

Fields

PK

FK

Field

Domain

Type

NN

Default

Description

 

 

NOMBRE

 

CHAR(20)

 

 

 

Triggers

(There are no triggers for table LISTA_ESTADOS)

 

Indices

(There are no indices on table LISTA_ESTADOS)

 

References

(There are no references for table LISTA_ESTADOS)

 

Referenced By

(There are no tables referenced by table LISTA_ESTADOS)

 

Definition

CREATE TABLE LISTA_ESTADOS (
    NOMBRE  CHAR(20)
);

 

     Previous topic Chapter index Next topic