hello, I have a problem that I can't seem to solve. I have table: Software and table: PC
they both have many to many relationship between each other, that is, one PC can have many Software and One Software can have many PC's the link table is: soft-pc
The table soft-pc also has licensing information like, product keys.
now the problem is, when a software is deleted from a PC the record is deleted from the soft-pc table. Now I want to be able to un-associate software from PC and still have them in soft-pc table.
Is that possible?