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 a unique key?



What is a unique key?..

Answer / Mohd Imran

A unique key in SQL is a constraint that ensures each record in a table has a distinct value for a specified column or set of columns. A primary key is a special type of unique key that identifies each row uniquely within a table and cannot contain NULL values.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is ON DELETE CASCADE?

3 Answers  


When are we going to use truncate and delete?

1 Answers  


can we call a procedure into another procedure?If yes means how you can pass the perameters for the two procedures?

2 Answers   Fujitsu,


how do you login to mysql using unix shell? : Sql dba

1 Answers  


In pl/sql, what is bulk binding, and when/how would it help performance?

1 Answers  


What does plv msg allows you to do?

1 Answers  


What are the various restrictions imposed on view in terms of dml?

1 Answers  


what is offset-fetch filter in tsql? : Transact sql

1 Answers  


wtite down triggr not any entry on Sunday

2 Answers   NIT,


What is sql analyzer?

1 Answers  


What are the different types of dbms?

1 Answers  


declare l1 number := null; l2 number :=null; begin if l1=l2 then message('equal'); else if l1<>l2 then message('not equal'); else message('else'); end if; end if; end; What will be the output ?

7 Answers   Oracle,


Categories