Reputation: 85
I have got 3 tables which has got ternary relationship with these three table: buyer, item, paycenter... now as buyer pays paycenter for items ..... I've got many buyers can get many item paying at paycenter how do i do it.... all the item has same paycenter... how do I do it and show it on er diagram... what I've done is I have got the table called payment where I've got buyerid, itemid, paycenterid as foreign keys... in here does all the attributes also act as a primarykey?? It must be easy one but after thinking about for quite a while I am just going around and around without any result... How do I do it is there any way without ternary relationship
Upvotes: 1
Views: 728
Reputation: 165
These three steps mentioned can help you arrive at a working solution. It helps in discussion also.
Upvotes: 1