Under a relational database if table A has a foreign key constraint referencing to another table B, then
The answer is option “b” Each tuple in A is related to exactly one tuple of B.
as per the referential integrity constraint, a foreign key is the subset of the primary key of another relation.