Hello guys.
Just starting a very simple (one should think) DB for keeping track of medical doctors. How should I approach this?
Doctors_Table should contain :
- Id
- name
- address
- state
- phone
- medical area
- addicional comments
Medical_Area_table
- Id
- Medical_area
State_Table
- Id
- State
The queries should only be able to produce results by Medical Area, by State or by last introducing/changing records.
Am I approaching this correctly? How should I relate these tables?
Could use your help on this.
Thank you very much.
Just starting a very simple (one should think) DB for keeping track of medical doctors. How should I approach this?
Doctors_Table should contain :
- Id
- name
- address
- state
- phone
- medical area
- addicional comments
Medical_Area_table
- Id
- Medical_area
State_Table
- Id
- State
The queries should only be able to produce results by Medical Area, by State or by last introducing/changing records.
Am I approaching this correctly? How should I relate these tables?
Could use your help on this.
Thank you very much.