Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | varchar | 25 | null |
|
|
id del registro |
||
| codmone_id | numeric | 0 | √ | null |
|
|
Tipo de Moneda |
|
| codtcot_id | numeric | 0 | √ | null |
|
|
Tipo de Cotizacion para esa Moneda |
|
| fecha | date | 13 | √ | null |
|
|
Fecha para la cotizacion |
|
| cotiz | numeric | 0 | √ | null |
|
|
identificador de la modificacion |
|
| idmodif | numeric | 0 | √ | null |
|
|
identificador de la modificacion |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| dim_cotizaciones_de_monedas_pkey | Primary key | Asc | id |
| dim_cotizaciones_de_monedas_idx_idmodif | Performance | Asc/Asc | idmodif + id |
| dim_cotizaciones_de_monedas_idx_moneda | Performance | Asc/Asc/Asc/Asc | codmone_id + codtcot_id + fecha + id |
