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 and primary key

Answer Posted / ravi kanth

Primary key is the combination of unique and not null.But
unique key accepts null values also.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is access a database?

933


What are reports in a database?

988


How a Store Procedure called with a cursor out parameter.?

1059


What is blob database?

983


What is the meaning of flat file database?

1062


What is a database in layman terms?

996


What are the features of database language?

1081


What is the advantage of the database management approach

1107


What is tuple with example?

1001


What is normalisation and its type?

974


Enlist ways to efficiently code transactions.

1169


What is netlib for clipper?

941


How view is related to data independence?

1036


Define phantom deadlock.

1089


IF Statements BLOCK 1 . IF a >= b THEN do_this …..; ELSE do_that….; END IF BLOCK 2 . IF a < b THEN do_that …..; ELSE do_this….; END IF; • Given any pair of non-NULL values for “a” and”b”, will Block 1 and Block 2 do the same thing? • What if either “a” or”b” (or both) is NULL?

2286