Hi Everyone,
I have a challenging problem (at least for me it is)
I have a table with about 200 columns, which are not logically named. there are 1.6 million records in the table. No column alone can form a PK as all of them have duplicate data.
I do not know how many columns I need to combine in order to form a PK.
I do know that there is a combination of columns that will be unique and thus usable as a PK.
The good news is that there are many binary columns which can be discarded! ;o)
does anyone know how to figure out the optimal PK?
Thank you kindly
Ron
I have a challenging problem (at least for me it is)
I have a table with about 200 columns, which are not logically named. there are 1.6 million records in the table. No column alone can form a PK as all of them have duplicate data.
I do not know how many columns I need to combine in order to form a PK.
I do know that there is a combination of columns that will be unique and thus usable as a PK.
The good news is that there are many binary columns which can be discarded! ;o)
does anyone know how to figure out the optimal PK?
Thank you kindly
Ron