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 is difference between "Primary key" and "Unique key"?

Answer Posted / nitin gupta

Uniques: Enforce unique data in the database
it allows row containing null value but only once
It implements non clustered index.

primary key: Enforce unique data in the database
it don't allow any record containing null value
it implements clustered index (data physically
sorted)

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the set operators in sql?

1131


what is the difference between rownum pseudo column and row_number() function? : Sql dba

1129


What information is needed to connect sql*plus an oracle server?

1074


what is sql profiler? : Sql dba

1113


What are the different dcl commands in sql?

1224


What is sql partition function?

1281


how to escape special characters in sql statements? : Sql dba

1079


What is cursor and its types?

1147


what are properties of a transaction? : Sql dba

1132


Can 2 queries be executed simultaneously in a distributed database system?

1187


Is id a reserved word in sql?

1183


What is a stored procedure in sql with example?

1195


What are the basic techniques of indexing?

1109


How would you convert date into julian date format?

1038


Why are indexes and views important to an organization?

992