enum_pk_candidates: Which columns are candidates for a primary key column?
Description
enum_pk_candidates() checks for each column of a
table if the column contains only unique values, and is thus
a suitable candidate for a primary key of the table.
cdm_enum_pk_candidates() performs these checks
for a table in a dm object.