Need a opinion on structure

augie0216

New member
Local time
Today, 03:25
Joined
Jun 19, 2006
Messages
7
I have three tables tblpatient, tblContacts, and tbltelephone. They are structured like this:

tblpatient tblcontact tbltelephone
patientID PK contactID PK phoneID PK
patient account number PatientID FK pateintID FK
patientfirstname Contactfirstname ConatctID FK
patientlastname ConatctLastName
DOB
address
city
state
zip

My question: Is there a more efficient way of doing this?
 

Users who are viewing this thread

Back
Top Bottom