Hello, thinking about performance and also good practices, what would be the ideal in this scenario?
3 Objects: - Company - Person who is representing the company - Visit (object related to a commercial visit of a seller)
For me to display the information to the user would it be better for me to leave it as in the image below? respecting the hierarchy or could you repeat data, putting the client id also in the table of visits so you do not need to give a join?