Problem
When you extract a column to another table, it creates something like a foreign key, but unfortunately it extracts all the values.
Proposed solution
Be able to extract values so that there is only one value per record in the destination table. Like a "select distinct into"