General Discussion Undecided where to post - do it here. |
Reply to Thread New Thread |
![]() |
#1 |
|
I'm trying to understand relationship dependencies at the moment (in the context of ER/ERD diagrams). And I have one question that I can't seem to find an answer to.
Say I have a one to many relation ship (1:N). Is it possible for the entity on the 1 side of the relationship to be dependent to the N entity? |
![]() |
![]() |
#2 |
|
|
![]() |
![]() |
#4 |
|
This is just stuff that I've picked up with my job, soI don't know of any specific books, sorry.
An example of your situation might be: Table of Customers -< Table of Customer Transactions Let's say you want to delete a customer, if you had the transaction table with a foreign key of the customer table key they are now independant. If you make the transactions table key a child key then anything you delete off the customer table can be automatically deleted without your intervention. It works the other way around too. Hope that helps. |
![]() |
Reply to Thread New Thread |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|