Hi all, recently i have table called tblTreatments, this contains what types of tumour treatments. However me manager has asked to create a seperate table for each particular type of tumour.
e.g
there will be tblTreatment and tblTumour1 and tblTumour2 where each tumour will have its own particular fields for that tumour. At the moment this is all displayed in tblTreatment.
Since the relationship will be: tblTreatment can have many tumours and tumours can hav many treatments.
I have been reading that u would need to use a junction table which will contain the primary key of tblTreatment and pk for tblTumour1. Wat else will be in junction table? Could u give me some examples fot things uve done off similar nature?
Cheers
e.g
there will be tblTreatment and tblTumour1 and tblTumour2 where each tumour will have its own particular fields for that tumour. At the moment this is all displayed in tblTreatment.
Since the relationship will be: tblTreatment can have many tumours and tumours can hav many treatments.
I have been reading that u would need to use a junction table which will contain the primary key of tblTreatment and pk for tblTumour1. Wat else will be in junction table? Could u give me some examples fot things uve done off similar nature?
Cheers