CONTROL_AFIRM

<< Click to Display Table of Contents >>

Navigation:  Customização > Modelo de dados > Processo >

CONTROL_AFIRM

Previous pageReturn to chapter overviewNext page

Afirmações

 

Campos desta tabela:

Nome

Descrição

Tipo SQL Server

Tipo Oracle

Permite nulos

PrimaryKeyHSID_CONTROLE

Número sequencial gerado automaticamente pelo sistema para Identificar um Controle

int

number(6,0)

Não

PrimaryKeyHSID_RISCO

Identificador da RiscoProcessoAfirmaca associada

int

number(6,0)

Não

PrimaryKeyHSID_SUB_PROCESSO

Identificador da RiscoProcessoAfirmaca associada

int

number(6,0)

Não

PrimaryKeyHSID_AFIRM_FIANC

Identificador da RiscoProcessoAfirmaca associada

int

number(6,0)

Não

 

Tabelas referenciadas por CONTROL_AFIRM

Tabela

Colunas de ligação

RISC_PROC_AFIRM

RISC_PROC_AFIRM

CONTROL_AFIRM

ID_RISCO

ID_RISCO

ID_SUB_PROCESSO

ID_SUB_PROCESSO

ID_AFIRM_FIANC

ID_AFIRM_FIANC

CONTROLE

CONTROLE

CONTROL_AFIRM

ID_CONTROLE

ID_CONTROLE

 

Exemplo 1: join com a tabela CONTROLE

 

select CONTROL_AFIRM.*

from CONTROL_AFIRM, CONTROLE

where CONTROL_AFIRM.ID_CONTROLE = CONTROLE.ID_CONTROLE