<< Click to Display Table of Contents >> RISCO_CLASSE_CONTR |
![]() ![]() ![]() |
Riscos que são mitigados por um Controle
Campos desta tabela:
Nome |
Descrição |
Tipo SQL Server |
Tipo Oracle |
Permite nulos |
|
Número sequencial gerado automaticamente pelo sistema para Identificar um ClasseControle |
int |
number(6,0) |
Não |
|
Identificador do Risco associado |
int |
number(6,0) |
Não |
Tabelas referenciadas por RISCO_CLASSE_CONTR
Tabela |
Colunas de ligação |
||||
|
|||||
|
Exemplo 1: join com a tabela RISCO |
select RISCO_CLASSE_CONTR.*, RISCO.DESCRICAO from RISCO_CLASSE_CONTR, RISCO where RISCO_CLASSE_CONTR.ID_RISCO = RISCO.ID_RISCO
|
Exemplo 2: join com a tabela CLASSE_CONTROLE |
select RISCO_CLASSE_CONTR.* from RISCO_CLASSE_CONTR, CLASSE_CONTROLE where RISCO_CLASSE_CONTR.ID_CLASSE_CONTROLE = CLASSE_CONTROLE.ID_CLASSE_CONTROLE
|