tb_parte_bucal_proced

286 rows


Description

Responsável por armazenar procedimentos especificos para de uma parte bucal.

Columns

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

Código sequencial da tabela TB_PARTE_BUCAL_PROCED.

co_proced int8 19 null
tb_proced.co_seq_proced fk_proced_partebucalprocedR

Código identificador do procedimento.

tp_parte_bucal int8 19 null
tb_tipo_parte_bucal.co_tipo_parte_bucal fk_tipopartebucal_partebuclprcR

Código identificador da parte bucal. Chave estrangeira com origem na tabela TB_TIPO_PARTE_BUCAL.

nu_dente int4 10 null

Número que identifica o dente.

Indexes

Constraint Name Type Sort Column(s)
pk_partebucalproced Primary key Asc co_parte_bucal_proced
in_partebucalproced_coproced Performance Asc co_proced
in_partebucalproced_tppartebcl Performance Asc tp_parte_bucal

Relationships