I'm having a bit of trouble drawing my relational database model.
The idea follows the following principle:
- You would have a login system, and for this a table user
- There would also be 3 types of people who would log in to the producers, vendors, and customers system.
- A provider has a relationship with another table named address
- And a producer relates to another table named BankingData
I've seen all relationships from 1 to 1 but I can not figure out how best to reproduce a relational model for the problem described.
I do not know if what I did is right or if the links are correct, I remember some concepts spoken by the teacher about weak, strong cardinalities and the like, and I tried to apply these concepts here, but it might be that I do not dominate them yet.
Can someone explain to me the best way to solve this problem I have been through, and also explain in general why it is so? Thank you all right away!