Hi Guys,
I want to do this
TableA (ColA, ColB, ColC, ColD)
Primary key: ColA, ColB
I want (ColC + ColD) a unique value
Do I have to create an index on ColC+ColD as Unique value in order to have a unique value for those 2 fields which are not part of the primary key?
Thank you very much for your help.
Kim
I want to do this
TableA (ColA, ColB, ColC, ColD)
Primary key: ColA, ColB
I want (ColC + ColD) a unique value
Do I have to create an index on ColC+ColD as Unique value in order to have a unique value for those 2 fields which are not part of the primary key?
Thank you very much for your help.
Kim