<< Click to Display Table of Contents >> PERM_CONH_PAPEL |
![]() ![]() ![]() |
Entidade responsavel por montar o relacionamento entre Conhecimento e Papel
Campos desta tabela:
Nome |
Descrição |
Tipo SQL Server |
Tipo Oracle |
Permite nulos |
|
Identificador do PapelClasseNegocio associado |
int |
number(6,0) |
Não |
|
Identifica o conhecimento associado |
int |
number(6,0) |
Não |
Tabelas referenciadas por PERM_CONH_PAPEL
Tabela |
Colunas de ligação |
||||
|
|||||
|
Exemplo 1: join com a tabela CONHECIMENTO |
select PERM_CONH_PAPEL.* from PERM_CONH_PAPEL, CONHECIMENTO where PERM_CONH_PAPEL.ID_CONHECIMENTO = CONHECIMENTO.
|