C
Chaplain Doug
I made the quantum leap from "spreadsheet" to relational
database design. One of the advantages I was encouraged
with was the ability to modify stuff without having to add
fields (like you must do when you spreadsheet). I now
have a student table linked to a grades table. The grades
table is linked to the subject table. Anyhow, I can add
subjects without a problem. However, if I wish to delete
subjects I cannot as there are related records in the
grades table. I know that this is simply a fact I must
deal with. However, how may I design my tables so that I
CAN delete subjects as well as add subjects? Thanks for
your help.
database design. One of the advantages I was encouraged
with was the ability to modify stuff without having to add
fields (like you must do when you spreadsheet). I now
have a student table linked to a grades table. The grades
table is linked to the subject table. Anyhow, I can add
subjects without a problem. However, if I wish to delete
subjects I cannot as there are related records in the
grades table. I know that this is simply a fact I must
deal with. However, how may I design my tables so that I
CAN delete subjects as well as add subjects? Thanks for
your help.