makeitwork09
Technical User
We have Microsoft SQL Server 2005.
I have been having a hard time conceptualizing what I need to do.
We have fields called loan, loan_ref, and property.
The loan_ref can have one or more loans.
A loan can have one or more properties associated with it.
A property can be associated with one ore more loans.
(1) I need to do one thing if a loan has more than property.
(2) Another thing if a property has more than one loan.
(3) And a different thing if there are multiple loans with multiple loans.
Note, recall that loan_ref can have one or more loans. I think that means I should let that be my focus in helping to identify those buckets.
What I cannot conceptualize is how to identify the three buckets mentioned above.
Once I figure that, I can then move onto doing what needs to be done for each of the three scenarios mentioned.
Thanks
I have been having a hard time conceptualizing what I need to do.
We have fields called loan, loan_ref, and property.
The loan_ref can have one or more loans.
A loan can have one or more properties associated with it.
A property can be associated with one ore more loans.
(1) I need to do one thing if a loan has more than property.
(2) Another thing if a property has more than one loan.
(3) And a different thing if there are multiple loans with multiple loans.
Note, recall that loan_ref can have one or more loans. I think that means I should let that be my focus in helping to identify those buckets.
What I cannot conceptualize is how to identify the three buckets mentioned above.
Once I figure that, I can then move onto doing what needs to be done for each of the three scenarios mentioned.
Thanks