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 the difference between unique and primary key

Answers were Sorted based on User's Feedback



what is the difference between unique and primary key..

Answer / ravi kanth

Primary key is the combination of unique and not null.But
unique key accepts null values also.

Is This Answer Correct ?    6 Yes 1 No

what is the difference between unique and primary key..

Answer / suresh kumar somayajula

Unique Key allows NULL value and a table can have more than
one UNIQUE KEY Constraint.

Primary Key is the combination of UNIQUE+NOT NULL,means it
won't allow NULL Values and a table can have only one
Primary Key.But a table can have Composite Primary Key.

Thank you,
Suresh

Is This Answer Correct ?    4 Yes 0 No

what is the difference between unique and primary key..

Answer / priyanka

Both are uniqe identification keys but Primary key should
not be null but uniqe key should.

Is This Answer Correct ?    1 Yes 1 No

what is the difference between unique and primary key..

Answer / divyarao

primary key accepts only values which has no duplication ,and does not accept null values . for a a table there should be only one primary key constraint.
whereas in unique key ,it accepts null values .here also there should not be any duplication ,a table may have more than one unique key constarint

Is This Answer Correct ?    0 Yes 0 No

what is the difference between unique and primary key..

Answer / vinod

uniqe key allow one null value only but primary key cannot
allow any null value

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Database Management Interview Questions

what the REPLACE('JACK AND JUE','J','BL') will return ?

1 Answers   HCL, IBM, Wipro,


Can we create an List of Values without an RECORD GROUP ?

2 Answers  


Can group by and ordered by used in a single query?

0 Answers  


What is sql rdbms?

0 Answers  


When do you get a .PLL extension ?

2 Answers   TVS,


What is the most popular database?

0 Answers  


What is denormalization and why would someone consider doing so?

0 Answers  


What are the four objects in a database?

0 Answers  


How to open the database in exclusive mode?

0 Answers  


What is the difference between star flake and snow flake schema?

0 Answers  


What are some disadvantages of a standard language such as sql?

0 Answers  


How to prevent concurrent access to my data?

0 Answers   HCL,


Categories