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 different between unique+not null & primary key,

Answers were Sorted based on User's Feedback



what is the different between unique+not null & primary key,..

Answer / sreekumar

In a relation, we can create only one primary key where as we can create multiple unique+not null constrains.

Primary key uses clustered index where are unique +Not null uses non clustered index.

Sreekumar

Is This Answer Correct ?    18 Yes 1 No

what is the different between unique+not null & primary key,..

Answer / suresh babu

Unique:

Unique is a constraint,which doesn't allow the duplicate
values and allow only one null value.We can create more
number of unique constraint in single table.

Not Null:

Not Null constraint,which doesn't allow the Null values and
allow the duplicate values.

Primary Key:

We can create one primary key for a table,Which doesn't
allow the duplicate and null values,and used for make a
foreign key relation.we can't do this process using above
two constraints.

Is This Answer Correct ?    4 Yes 0 No

what is the different between unique+not null & primary key,..

Answer / mohan babu

A unique key is nothing but it does not allow any
duplicateds but allows nullvalues

A primary key is nothing but it does not allow duplicates
as well as Null values i.e Not Nulls

Is This Answer Correct ?    5 Yes 5 No

what is the different between unique+not null & primary key,..

Answer / giri

unique:it does not allow duplicate values but it allow null values.
not null:It does not allow null values but allow duplicate values.
primary:It does not allow both duplicate and null values.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How to create an array in pl/sql?

0 Answers  


How to run sql statements through the web interface?

0 Answers  


What has stored procedures in sql?

0 Answers  


What does cursor do in sql?

0 Answers  


What do you mean by stored procedures?

0 Answers  


what is the boundary line in varrays?

1 Answers   HCL,


Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?

0 Answers  


How will you a activate/deactivate integrity constraints?

2 Answers  


what are the different type of sql's statements ? : Sql dba

0 Answers  


how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba

0 Answers  


how to include numeric values in sql statements? : Sql dba

0 Answers  


Can we create clustered index without primary key?

0 Answers  


Categories