Tables Previous topic Chapter index Next topic

RESPUESTAS

 

Description

(There is no description for table RESPUESTAS)

 

Fields

PK

FK

Field

Domain

Type

NN

Default

Description

 

 

CODTERCERO

 

CHAR(15)

 

 

 

 

CODPREGUNTA

 

INTEGER

 

 

 

 

RESPUESTA

 

CHAR(30)

 

 

 

 

FECHA

 

TIMESTAMP

 

 

 

 

CODUSUARIO

 

CHAR(10)

 

 

 

 

HISTORICA

 

CHAR(1)

 

 

 

Triggers

(There are no triggers for table RESPUESTAS)

 

Indices

(There are no indices on table RESPUESTAS)

 

References

(There are no references for table RESPUESTAS)

 

Referenced By

(There are no tables referenced by table RESPUESTAS)

 

Definition

CREATE TABLE RESPUESTAS (
    CODTERCERO   CHAR(15),
    CODPREGUNTA  INTEGER,
    RESPUESTA    CHAR(30),
    FECHA        TIMESTAMP,
    CODUSUARIO   CHAR(10),
    HISTORICA    CHAR(1)
);

 

     Previous topic Chapter index Next topic