Description
(There is no description for table TMP_EXO_REVELADOS)
Fields
PK | FK | Field | Domain | Type | NN | Default | Description |
---|---|---|---|---|---|---|---|
|
|
TERCERO |
|
CHAR(15) |
|
|
|
|
|
ID |
|
INTEGER |
|
|
|
|
|
CONCEPTO |
|
CHAR(10) |
|
|
Triggers
(There are no triggers for table TMP_EXO_REVELADOS)
Indices
Index | Fields | Active | Unique | Order |
---|---|---|---|---|
TERCERO |
ASC |
|||
ID |
ASC |
|||
CONCEPTO |
ASC |
References
(There are no references for table TMP_EXO_REVELADOS)
Referenced By
(There are no tables referenced by table TMP_EXO_REVELADOS)
Definition
CREATE TABLE TMP_EXO_REVELADOS (
TERCERO CHAR(15),
ID INTEGER,
CONCEPTO CHAR(10)
);
CREATE INDEX TMP_EXO_REVELADOS_IDX1 ON TMP_EXO_REVELADOS (TERCERO);
CREATE INDEX TMP_EXO_REVELADOS_IDX2 ON TMP_EXO_REVELADOS (ID);
CREATE INDEX TMP_EXO_REVELADOS_IDX3 ON TMP_EXO_REVELADOS (CONCEPTO);
![]() ![]() ![]() |