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 CONSTRAINT and
PRIMARY KEY?

1. There is no difference.
2. A PRIMARY KEY cannot be declared on multiple columns.
3. A UNIQUE CONSTRAINT cannot be declared on multiple
columns.
4. A table can have multiple PRIMARY KEYS but only one
UNIQUE CONSTRAINT.
5. A table can have multiple UNIQUE CONSTRAINTs but only
one PRIMARY KEY.

Answers were Sorted based on User's Feedback



What is the difference between UNIQUE CONSTRAINT and PRIMARY KEY? 1. There is no differen..

Answer / sdp

A table can have multiple UNIQUE CONSTRAINTs but only
one PRIMARY KEY.

Is This Answer Correct ?    21 Yes 1 No

What is the difference between UNIQUE CONSTRAINT and PRIMARY KEY? 1. There is no differen..

Answer / radhika

A table can hava multiple Unique constraints but only one
primary key.

Is This Answer Correct ?    16 Yes 1 No

What is the difference between UNIQUE CONSTRAINT and PRIMARY KEY? 1. There is no differen..

Answer / rajesh.m

There is no difference.
The One & only Difference is a UNIQUE would allow Null
Values where as The Primary Key Not.

Is This Answer Correct ?    15 Yes 2 No

What is the difference between UNIQUE CONSTRAINT and PRIMARY KEY? 1. There is no differen..

Answer / andsens

Fields in UNIQUE CONSTRAINTs can be NULL. They cannot with PRIMARY KEYs.
You can define more than one UNIQUE KEY in a table.
Because of this, the behaviour of UNIQUE CONSTRAINTs is very different from PRIMARY KEY constraints. As long as one of the fields in a UNIQUE CONSTRAINT is NULL the constraint itself does not apply and you can set the other fields to whatever you want without getting an error.

Is This Answer Correct ?    7 Yes 0 No

What is the difference between UNIQUE CONSTRAINT and PRIMARY KEY? 1. There is no differen..

Answer / sunitha

yes, i agree with Rajesh ,primary key constraint doesn't allow null values but unique constraint allows null values.this is the main difference .

Is This Answer Correct ?    0 Yes 0 No

What is the difference between UNIQUE CONSTRAINT and PRIMARY KEY? 1. There is no differen..

Answer / vikneswaran

1) primary key don't allow null values but unique const
allow null values
2)we can declare primary key as multiple column. but table
should have one primary key
3)we can declare unique as multiple column. but table should
have one unique key
4) and 5)

in table we can create multiple column of primary key and
multiple column of unique. but only the restriction is in
table should have one primary key and one unique key .. if
it is neccessary.

Is This Answer Correct ?    1 Yes 2 No

What is the difference between UNIQUE CONSTRAINT and PRIMARY KEY? 1. There is no differen..

Answer / chandrasekar.ramasamy

A table can have compite primarykey but only one unique
constraint

Is This Answer Correct ?    0 Yes 15 No

Post New Answer

More SQL PLSQL Interview Questions

what is difference between procedure and function, procedure and trigger?

8 Answers   iFlex,


What is trigger and types?

0 Answers  


Explain mutating table error.

0 Answers  


can a stored procedure call itself or recursive stored procedure? : Sql dba

0 Answers  


Explain the structure of pl/sql in brief.

0 Answers  


When is a declare statement required?

0 Answers  


Why do we use sql constraints?

0 Answers  


What are triggers and its types?

0 Answers  


what will be the output: select 1 from emp union all select 2 from emp;

2 Answers   iNautix,


Does mysql support pl sql?

0 Answers  


What is the trigger in sql?

0 Answers  


What is on delete restrict?

0 Answers  


Categories