Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What's the difference between a primary key and a unique key?

Answer Posted / srinivas

Primary key is a combination of unique+not null+cluster
index and it will not allow any duplicate values, null
values, and it's data will be arranged in ascending order
due to clustered index. Only one primary key is allowed
per table.

Unique key is a key which will not accept any duplicate
values, but it will accept one null value. We can place
any number of unique keys per table.

Is This Answer Correct ?    17 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is hot add cpu in sql server 2008?

981


What is named query? : sql server analysis services, ssas

998


What options are available to audit login activity? : sql server security

1195


Mention the different types of replication in sql server.

1068


What is replication with database mirroring? : sql server database administration

1147


What is the benefit of normalization?

1129


What are the benefits of normalization?

1154


In which format does an image save in SQL Server database ?

1053


What the difference between UNION and UNIONALL?

1083


What do you mean by the term 'normalization'?

1278


When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?

1160


What are the events recorded in a transaction log?

1043


how would you troubleshoot blocking? : Sql server database administration

1022


What should be the fill factor for indexes created on tables? : sql server database administration

1176


what's the maximum size of a row? : Sql server database administration

1154