Tagged Questions
1
vote
3answers
254 views
DB Schema Organization
I'm currently in the planning phase of building a scheduling web app (for volunteer staffing of events), and I've got a question for those with more experience.
Background:
There's a calendar of ...
0
votes
5answers
56 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 ...