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...

Difference between primary key and unique key ?

Answer Posted / bhushan tatar

column having primary key constraint should not contain
null values.

column having unique key constraint can contain null values.


Unique as well as primary key constraint can be
defined/applyed on more than one column.
EX.
ADD constraint uc_person UNIQUE(P_Id,Lastname)
ADD constraint uc_person PRIMARY KEY(P_Id,Lastname)

But whle creating table we can write unique key word
multiple time and primary key wprd only once.Because table
can have only one primary key and can have miltiple unique
key.But both can apply on more than one column.
and

Is This Answer Correct ?    10 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain overloading. Can functions be overloaded?

1044


What are the ansi data types supported in oracle?

986


Explain the use of Merge statement in oracle 11g

1074


Is oracle a language?

987


What is Trigger in Oracle?

1238


What is a synonym? What are its various types?

1168


How to lock and unlock a user account in oracle?

1160


How to define an oracle cursor variable?

1090


what is meant by magic query

2230


What are the predefined tablespaces in a database?

1140


How to fetch the row which has the max value for a column?

1041


How many data types are supported?

1134


What is the data pump export utility?

1130


WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?

2245


How to install oracle database 10g xe?

1058