Question:What do you understand by one-to-one relationship between two tables?
Answer
A relation between two tables such that one primary key value corresponds to one foreign key value is known as one-to-one relationship. In other words, each record in parent table is related to one and only one record in child table is one-to-one relationship.