Tables Previous topic Chapter index Next topic

LISTA_TITULOS

 

Description

(There is no description for table LISTA_TITULOS)

 

Fields

PK

FK

Field

Domain

Type

NN

Default

Description

 

 

NOMBRE

 

CHAR(100)

 

 

 

Triggers

(There are no triggers for table LISTA_TITULOS)

 

Indices

(There are no indices on table LISTA_TITULOS)

 

References

(There are no references for table LISTA_TITULOS)

 

Referenced By

(There are no tables referenced by table LISTA_TITULOS)

 

Definition

CREATE TABLE LISTA_TITULOS (
    NOMBRE  CHAR(100) NOT NULL
);

 

     Previous topic Chapter index Next topic