When creating a one-to-one relationship, each row in the first table corresponds to exactly one row in the second table, and vice versa.
To define a relationship, we need to define a foreign key. It is a column that references another table, ensuring data integrity and constraints.
Collection
[
|
...
]