Replies |
Naraayanan
Posted on: 6/11/2012 8:22:44 AM
|
Level: Starter | Status: [Member] | Points: 25
|
Muhsinathk, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Muhsinathk
Posted on: 6/11/2012 8:24:41 AM
|
Level: Bronze | Status: [Member] | Points: 25
|
Muhsinathk, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Muhsinathk
Posted on: 6/11/2012 8:25:26 AM
|
Level: Bronze | Status: [Member] | Points: 25
|
Muhsinathk, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Muhsinathk
Posted on: 6/11/2012 8:27:07 AM
|
Level: Bronze | Status: [Member] | Points: 25
|
Muhsinathk, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
.Netlearner
Posted on: 6/11/2012 8:28:49 AM
|
Level: Starter | Status: [Member] | Points: 25
|
Muhsinathk, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Akiii
Posted on: 6/11/2012 10:19:49 AM
|
Level: Bronze | Status: [Member] | Points: 25
|
An unique key and a primary key is a type of candidate key.
Thanks and Regards
Akiii
Muhsinathk, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Muhsinathk
Posted on: 6/12/2012 12:01:21 AM
|
Level: Bronze | Status: [Member] | Points: 25
|
Muhsinathk, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Unique Key:
Unique key Restrict Duplicate Values and Null Values.Default Non Clustered index is an Unique Key
Example:
Create table Test(Testid int constraint pk_Test unique(Testid), TestName varchar(90))
Candidate Key:
Primary Key Alternative is an Candidate Key
Regards
Srriam.R
sriram
Muhsinathk, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Gemamgall
Posted on: 6/27/2012 11:26:28 AM
|
Level: Starter | Status: [Member] | Points: 25
|
Candidate Key is a column in a table which has the ability to become a primary key.
Unique key is same as primary key but only difference is that unique key allows only one null value but primary does not allow even a single null value
Thanks and Regards,
Vinay Gandhi
www.quadtechindia.com
Muhsinathk, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|