tbl_abundance_ident_levels

480 rows


Description

Represents the degree of certainty in taxonomic identification, categorized by levels such as Family, Genus, or Species (e.g., cf. Family, cf. Genus, cf. Species).

Columns

Column Type Size Nulls Auto Children Parents Comments
abundance_ident_level_id int4 10

Primary key (automatically incremented).

abundance_id int8 19
tbl_abundances.abundance_id fk_abundance_ident_levels_abundance_id R

Specifies the related abundance record.

identification_level_id int4 10
tbl_identification_levels.identification_level_id fk_abundance_ident_levels_identification_level_id R

Specifies the specific identification level.

date_updated timestamptz 35,6

Indexes

Constraint Name Type Sort Column(s)
tbl_abundance_ident_levels_pkey Primary key Asc abundance_ident_level_id

Relationships