Learn R Programming

dm (version 0.0.5.9000)

cdm_get_all_fks: Retrieve all foreign key constraints in a dm

Description

Get a summary of all foreign key relations in a dm

Usage

cdm_get_all_fks(dm)

Arguments

dm

A dm object.

Value

A tibble with columns:

"child_table": child table, "child_fk_col": foreign key column in child table, "parent_table": parent table

See Also

Other foreign key functions: cdm_add_fk(), cdm_enum_fk_candidates(), cdm_get_fk(), cdm_has_fk(), cdm_rm_fk()