Before this I already asked about on how to add a new column and set it as a unique. oracle 11g - add new column and set as unique
It does not have any problem to set a unique to the new column if the table is EMPTY. But I am facing a problem to set a unique to the new column if the table have a data [NOT EMPTY]
Can I set a unique to the new column that I added if the table is NOT EMPTY?