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 KEY and UNIQUE INDEX?

Answer Posted / 1

There is a clear difference between the 2. A unique
constraint defines what combination of columns has to be
unique. A unique index is just a way of making sure the
above is always valid. But it's possible to have a non-
unique index supporting a unique constraint. (if the
constraint is deferable = Only has to be valid at commit
time but is allowed to be broken in the middle of a
transaction)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?

1146


What is the difference between database trigger and stored procedure?

1135


What is coalesce in sql?

1130


Explain the purpose of %type and %rowtype data types?

973


how many groups of data types? : Sql dba

1073


What are instead of triggers?

1099


What is posting?

1083


Is ms sql traffic encrypted?

960


What are the types of join in sql?

1146


what is the difference between inner and outer join? Explain with example. : Sql dba

1061


Why is a trigger used?

990


what are the difference between clustered and a non-clustered index? : Sql dba

1081


What is cursor and why it is required?

1251


Does oracle use sql?

987


How can get second highest salary in sql?

1025