unique index vs primary key constraint
Is there any difference between a primary key constraint and a unique index other then the syntatical change?
Is --> "create unique index ......" same as "alter table add constraint primary key...."
what is oracle's recommendation on as to what is the best method out of the 2?
thanks