When using a 1:1 relationship, placing a foreign key in one of the entities is the recommended placement. Thus correct response is (C).
A one-to-one relationship in systems analysis is a sort of cardinality that describes the connection between two entities—A and B—in which only one element of A can be linked to one element of B, and vice versa.
The ability to establish a relationship between the tables that comprise a relational database system, like MySQL, is its essential building block.
Foreign keys, or fields that have the same meaning across all the tables in the relationship and act as points of connection to connect entries from several tables together, are used to manage these connections.
One record in one table is connected to just one record in another table via a foreign key relationship, which can also be one-to-many (a record in one table is linked to multiple records in another table).
To learn more about Relationship, Click here:
https://brainly.com/question/29525619
#SPJ4