3.      Explain why a binary (or n-ary) 1:1 relationship might be used instead of collapsing the relationship into one table.

 

1.   Storage savings

 

Fields requiring large lengths, especially if they repeat many times in a table, might be better off stored in a separate table

 

2.   Duplicate Information

 

      Transitive relationships (to be explained in Normalization)