Reputation: 594
I have three tables : tableA, tableB and tableC. My question is: Is it possible to have many-to-many relation between these tables and create a table whose name is tableA_tableB_tableC in UML ?
tableA
tableB
tableC
tableA_tableB_tableC
Upvotes: 2
Views: 195