Tagged Questions

0
votes
5answers
59 views

SQL One-to-one Relationship? and resulting Schema

I am creating a mortgage/loans database - in which i have a table mortgages with the fields: mortgage_id client_id *rate_type* (which may be: fixed or tracker) ...etc Depending on the choice for ...