I’m designing a database that will hold contracts and warranties. A warranty can link to a contract but doesn’t depend on a contract to exist. How can I define the relationship between the 2?
I’m designing a database that will hold contracts and warranties. A warranty can link
Share
Assuming that a contract must link to exactly one warranty, I’d have 2 tables:
If, on the other hand, a contract can link to none, or more than 1 warranty, then I’d have a junction table instead: