Greetings all, I've got a table raw_Companies --nname --address --phone --fax --email --homepage with no keys defined and a table Companies with the same structure but with nname declared as a primary key. Once raw_Companies gets loaded up I see where there are multiple rows with the same value for nname but missing data in the other fields.