tb_pergunta

79 rows


Description

Responsável por armazenar as perguntas de um questionário do sistema.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
co_seq_pergunta int8 19 null
tb_cds_cidadao_resposta.co_pergunta fk_pergunta_cdscidadaorespostaR
tb_cds_domicilio_resposta.co_pergunta fk_pergunta_cdsdomiciliorespstR
tb_pergunta.co_pergunta_pai fk_pergunta_perguntaR
tb_pergunta_detalhe.co_pergunta fk_pergunta_perguntadetalheR

Código sequencial da tabela.

ds_local varchar 10 null

Informa a língua em que está armazenado o detalhe da pergunta.

ds_pergunta varchar 255 null

Informa a pergunta.

co_pergunta_pai int8 19 null
tb_pergunta.co_seq_pergunta fk_pergunta_perguntaR

Código identificador da pergunta que gerou a pergunta subsequente. Chave estrangeira com origem na tabela TB_PERGUNTA.

co_contexto_pergunta int8 19 null
tb_contexto_pergunta.co_contexto_pergunta fk_contextopergunta_perguntaR

Código identificador do contexto da pergunta. Chave estrangeira com origem na tabela TB_CONTEXTO_PERGUNTA.

tp_pergunta int8 19 null
tb_tipo_pergunta.co_tipo_pergunta fk_tipopergunta_perguntaR

Código identificador do tipo de pergunta. Chave estrangeira com origem na tabela TB_TIPO_PERGUNTA.

Indexes

Constraint Name Type Sort Column(s)
pk_pergunta Primary key Asc co_seq_pergunta
in_pergunta_cocontextopergunta Performance Asc co_contexto_pergunta
in_pergunta_coperguntapai Performance Asc co_pergunta_pai
in_pergunta_tppergunta Performance Asc tp_pergunta

Relationships