Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: melinoma86 on Feb 11, 2019



Title: How are one-to-one recursive relationships addressed using the relational model?
Post by: melinoma86 on Feb 11, 2019
How are one-to-one recursive relationships addressed using the relational model?


Title: How are one-to-one recursive relationships addressed using the relational model?
Post by: gdchavis1 on Feb 11, 2019
One-to-one recursive relationships are addressed just the same as one-to-one non-recursive relationships. The only difference is that both related entity instances are in the same entity class. The key of either instance is placed in the other instance as a foreign key. In the case of a recursive relationship, this means that a new attribute is added to the entity class with a recursive relationship. For each instance, this new attribute will contain the value of the key attribute of the instance that is related.


Title: How are one-to-one recursive relationships addressed using the relational model?
Post by: melinoma86 on Feb 11, 2019
TY


Title: How are one-to-one recursive relationships addressed using the relational model?
Post by: gdchavis1 on Feb 11, 2019
Welcome :)