I want to create a many-to-one relationship but for some reason it won't work out.
It keeps having the relationship in the opposite order.
I want the inifinity symbol and 1 symbol in reverse order.
How can I create a many-to-one relationship?
I want to create a many-to-one relationship but for some reason it won't work out.
It keeps having the relationship in the opposite order.
I want the inifinity symbol and 1 symbol in reverse order.
How can I create a many-to-one relationship?
bump
I hope this isn't a very dumb question.
I just don't get why it always shows one-to-many and not many-to-one..
bump...anyone?
Reverze,
there only exist:
* 1 to 1 relationships,
* 1 to many relationships
* and many to many relationships which are broken into 2 1 to many relationships.....
So, it dosen't matter what way the relationship is facing?
The symbol for the many and the symbol for the one are in the wrong order in my diagram.
You could move one of the tables to the other side of the other table in your diagram?![]()
That won't work..
Not quite sure if I'm explaining this correctly lol.
PS. you're from Belgium? Which beers do you like?![]()
A one-to-many relationship is usually established by using a Primary Key from one table as a Foreign Key in another table. The table with the Primary key will always have the "1" symbol displayed on the relationship line.