you can either create a Primary Key constraint on this column (which will create a unique index as well) or just create a unique index on this column.

- Rajeev