Hi Hansup and CreganTur!
Thank you for your replies. I'll try to answer you both.
Hansup: the table might have duplicate data. But that it is not important. I will delete those rows. Anyway this table is a hierarchy relation table. Actually it represents companies related to each other (by the mean of ownership; this means that the main company is in column Important_0, then there is the other company (column Important_1) which is related (owner, partner, shareholder, etc) to the main company, and then there are the other companies (important_2) which are related (owner, partner, shareholder, etc) to the second company. Now my problem is that there are more then 10.000 companies, so I cannot make a table for each one!
CreganTur: described above you can see my problem more clearly. As for normalization, I read a few sites, I watched a few tutorials but the problem is that everyone shows this customer-order relation, which I understood clearly and already can make it by myself. The problem is that in my case I really do not have a clue how to normalise this table where there are companies related to each other... That is why I am writing on forums, hoping that someone takes a look at my table and gives me a tip/hint how to begin...
