The links are found in the Business Rules/Facts. For the data model I suggested in post #2 here are the business facts
http://www.databaseanswers.org/data_...king/facts.htm
Code:
Requirement : To create a contact database for tracking, among other things, tenants for rental units.
Each contact could have several current addresses and several current phone numbers.
From time to time, a contact could change some piece of information, such as their name (get married),
an address, or a phone number.
A range of Enquiries must be supported.
A history must be maintained to look up old information, and track down old Tenants.
An audit trail should be provided to track when a change was made and by whom.
- Things of Interest in the Scope of the Data Mode :-
- Addresses.
- Contact Details.
- Operators.
- Properties.
- Tenants.
- What are the relationships between these Things of Interest :-
- An ADDRESS can be occupied by zero, one or many TENANTS.
- A TENANT can occupy one ADDRESS at any one time.
- An ADDRESS HISTORY.
- What are the characteristics of these Things of Interest :-
- An OPERATOR has a Name.
- A PROPERTY has an ADDRESS.
- A TENANT has a NAME.
- Etc..
When you decide or are tasked with building a data base, you would gather facts and review these with proponents to verify/adjust as necessary an document the specifications from which the data base will be designed.