I just can't work out a solution to the following...
I have a table with a list of companies, that has many shareholders. As such I have a list of shareholders. The problem is some shareholders may be companies, which would be in the companies table.
In essence, I have two Foreign keys in one table, that I want to link to the same Primary Key in another table.
Any ideas how I can achieve the above?