As Jack noted, you can find out if a schema returns a unique column property.
if the foreign key from table A is unique in table B, then its ratio is from 1 to 1.
if it has a unique constraint in table B with a primary key in table B, then its 1 for many.
if there is a table C between A and B, where both primary elements A \ B are foreign keys in C, then this relationship is many, many.
MEYWD source share