Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~123 People Reached
Favorite Forums
Member Avatar for xyzxyzxyx

i have two entities. I want the data between them one to many and many to one. But not many to many.How can i implement this using ER diagram and then into relational tables.

Member Avatar for tesuji
0
92
Member Avatar for abcabcabc

table a: region_cd,locatin_id(pk),country_cd table b: (region_cd,location_id)(pk) table c: (region_cd,country_cd,department_cd)pk , fact1

0
31