Hi Group,
I have a Primary key in my table. It's clear Primary key wont allow
duplicates, this primary key creates one index for retrival. Suppose if
my table is having a Unique index also. Then what is the exact
difference between the Primary key and the Unique index?
Also which on data retrival..inter nally it uses the Primary key index
or the Unique index...also which method is faster? Kindly excuse if
concept is wrong...
Actually I want the clear idea about the Unique index and the Primary
Key....
Thanks in advance,
Vijay.
I have a Primary key in my table. It's clear Primary key wont allow
duplicates, this primary key creates one index for retrival. Suppose if
my table is having a Unique index also. Then what is the exact
difference between the Primary key and the Unique index?
Also which on data retrival..inter nally it uses the Primary key index
or the Unique index...also which method is faster? Kindly excuse if
concept is wrong...
Actually I want the clear idea about the Unique index and the Primary
Key....
Thanks in advance,
Vijay.
Comment