tb_cds_cidadao_resposta

0 rows


Description

Responsável por armazenar as respostas dadas em um Cadastro Individual.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
co_seq_cds_cidadao_resposta int8 19 null

Código sequencial da tabela.

co_pergunta int8 19 null
tb_pergunta.co_seq_pergunta fk_pergunta_cdscidadaorespostaR

Código identificador da pergunta. Chave estrangeira com origem na tabela TB_PERGUNTA.

co_pergunta_detalhe int8 19 null
tb_pergunta_detalhe.co_pergunta_detalhe fk_perguntadetalhe_cdscidadrspR

Código identificador do detalhe da pergunta. Chave estrangeira com origem na tabela TB_PERGUNTA_DETALHE.

ds_resposta varchar 255 null

Resposta dada a pergunta feita.

st_resposta int4 10 null

Código relativo a resposta dada na ficha de cadastro.

co_cds_cad_individual int8 19 null
tb_cds_cad_individual.co_seq_cds_cad_individual fk_cdscadindividual_cdsciddrspR

Código identificador do cadastro individual. Chave estrangeira com origem na tabela TB_CDS_CAD_INDIVIDUAL.

Indexes

Constraint Name Type Sort Column(s)
pk_cdscidadaoresposta Primary key Asc co_seq_cds_cidadao_resposta
in_cdscidadaoresposta_copergnt Performance Asc co_pergunta
in_cdscidadaoresposta_coprgdtl Performance Asc co_pergunta_detalhe
in_cdscidadaoresps_cocdscadind Performance Asc co_cds_cad_individual

Relationships