I have three tables. People, Companies and a junction table. The junction table shows the relationship between a person and a company. Sometimes, a person is connected to several companies. I’d like to show that relationship. For example,
This is People table

This is Companies table

Now this is the junction table that basically lists the companies’ employees…

We can see companies are related/connected through people here. For example Joey works for both Scott Co and Keychron, Michael works for both ITC LLC and Keychron.
What I’d like to do is to show how “Scott co” and “Keychron” has a relation because Joey works in both.

As I’m working on this, I was able to show this relationship but it still includes the name of that certain company. like this:

(notice how the “Scott Co” record still includes its name in the ‘related companies’ column.)
I want it to lists all the related companies without including that said company itself.
